stores
Update store
Updates an existing store. This call does not currently support partial updates. The entire resource must be provided in the body of the request.
put/stores/{storeId}
Path parameters
storeIdinteger required
Unique identifier for the store
Request body
Example request
{
"storeId": 12345,
"storeName": "WooCommerce Store",
"marketplaceId": 36,
"marketplaceName": "WooCommerce",
"integrationUrl": "http://shipstation-test.wpengine.com",
"active": true,
"autoRefresh": true,
"statusMappings": [
{
"orderStatus": "awaiting_shipment",
"statusKey": "Processing"
}
]
}Response
Store updated successfully