Update Store
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
Update Store
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.
Path Parameters
string
required
The unique identifier of the store to update
Query Parameters
string
required
The company ID that owns this store for authorization purposes
Request Body Fields
Request Body Fields
string
Updated store name. Example: “bulk ingest test #1”
string
Updated store contact email address. Example: “[email protected]”
string
Updated store contact phone number. Example: “+12679397993”
number
Updated point of contact user ID. Example: 1000418
array
Updated address information. Can include existing addresses (with IDs) and new addresses (without IDs)
Request Example
Response
boolean
Indicates whether the update operation was successful
Response Example
Address Update Behavior
Address Update Rules
Address Update Rules
Update Impact
What Gets Updated
What Gets Updated
updated
Basic store details like name, email, and phone number
updated
Point of contact can be reassigned to different users
updated
Existing addresses are modified, new addresses are created
preserved
Delivery service partner configurations remain unchanged
preserved
Store operational status and settings are maintained
Best Practices
Update Recommendations
Update Recommendations
best-practice
Only include fields you want to change
best-practice
Always include existing address IDs when updating addresses
best-practice
Verify that the new point_of_contact user exists and has appropriate permissions
Invalid user IDs will result in update failure
best-practice
Perform updates during low-activity periods to minimize operational impact
Store updates don’t affect ongoing orders
Error Scenarios
Common Update Errors
Common Update Errors
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.

