Passa al contenuto principale

Delete a Store Area

DELETE 

/v1/store_areas/:id

Permanently deletes the Store Area. The Stores that referenced it are never deleted: pass migrateToStoreAreaId to reassign them to another Store Area, or omit it to leave them without one (their storeAreaId becomes null).

Call GET /v1/stores?storeAreaId={id} first to list the Stores this operation will affect.

Request

Responses

The Store Area has been deleted.