curl --request PUT \ --url https://api-staging.luladelivery.store/stores/{store_id}
Copy
{ "success": true}
Stores
Update Store
This endpoint updates an existing store’s information including basic details, contact information, and addresses. You can modify store properties while maintaining operational continuity and preserving existing integrations.
PUT
https://api-staging.luladelivery.store
/
stores
/
{store_id}
Update Store
Copy
curl --request PUT \ --url https://api-staging.luladelivery.store/stores/{store_id}
Copy
{ "success": true}
This endpoint allows you to update various aspects of a store’s configuration including name, contact details, point of contact, and addresses. Address updates support both modifying existing addresses and adding new ones.
Address information is incomplete or invalidStatus Code: 400
Operational Continuity: Store updates are designed to maintain operational continuity. Existing orders, inventory, and partner integrations continue functioning normally during and after updates.
Audit Trail: All store updates are logged for compliance and troubleshooting purposes. Update timestamps and user information are automatically recorded.