Stock Admin API (0.1.0)
Download OpenAPI specification:Download
team-order-management: team-order-management@newstore.com
This internal stock API provides access to availability values in the platform.
Update the store mapping.
Updates the store mapping for the provided fulfillment node in the NewStore platform. This operation will not affect any ATP values in the platform.
Authorizations:
newStoreAccessToken
path Parameters
| fulfillment_node_id required | string The identifier of the fulfillment node. |
Request Body schema: application/json
| store_id required | string New store id for the provided fulfillment node. If value is an empty string the store id will be removed from the provided fulfillment node. |
Responses
Request samples
- Payload
Content type
application/json
Example
{- "$ref": "./examples/patch_update_fulfillment_node_store_mapping_new_store_id.yaml"
}Response samples
- 400
- 404
- 500
Content type
application/problem+json
{- "messages": [
- "store_id: store_id is required"
], - "request_id": "1235a3d3-1884-4e95-9926-d7253edb4f7f"
}