Update a Store
PUT/v1/stores/:id
Replaces every writable field of the Store. Fields omitted from the request body are cleared, not preserved. conceptStoreName, storeAreaName and the status object are never returned by this operation; retrieve the Store with the include parameter to read them.
Requestβ
Responsesβ
- 200
- 400
- 404
Returns the updated Store object.
The request was unacceptable, often due to missing a required parameter.
The requested resource doesnβt exist.