latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

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

storeIdinteger
storeNamestring
marketplaceIdinteger
marketplaceNamestring
integrationUrlstring nullable
activeboolean
companyNamestring
phonestring
publicEmailstring
websitestring
autoRefreshboolean

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

storeIdinteger
storeNamestring
marketplaceIdinteger
marketplaceNamestring
activeboolean