Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is an optional field. The default US channel is 12 while the default Canada channel is 13.
Path Parameters
Merchant-specified unique number to identify the location CapacityOverride
.
Body
Request payload used to update an existing capacity override for a specific location. Updates include changes to capacity limits, scheduling, or associated metadata.
The updated maximum number of allocations that the location can accept at any one time. When currentAllocations
equals this value, the location is considered "AtCapacity" and cannot receive additional orders.
30
The updated time range during which the capacity override should apply.
A merchant-defined reason for modifying the capacity override (for example, holiday, system outage, staffing changes).
"holiday"
A unique identifier for the location affected by the capacity override, as defined by the merchant.
"23"
Optional field for any supplemental notes or internal context regarding the update.
The user or system who originally created the capacity override.
"Carl Doe"
The user or system who most recently updated the capacity override.
"Carl Doe"
Response
Location Capacity Override updated
Response object representing a capacity override at a specific location, including status, allocation limit, time window, and audit information.
The maximum number of allocations the location can accept at any point during the override period. When currentAllocations
equals this value, the location is considered "AtCapacity" and cannot receive further orders.
30
The date and time window during which the capacity override is in effect.
A merchant-defined reason for the override, used for traceability or reporting (for example, holiday, peak demand).
"holiday"
A system-generated unique identifier for the capacity override.
"9320183a01e214"
A merchant-defined unique reference number for the capacity override.
"capacityOverride1"
A unique identifier for the location where the capacity override applies, as defined by the merchant.
"23"
The current status of the capacity override.
CREATED
, STARTED
, ENDED
, CANCELLED
"CREATED"
Optional notes or comments providing additional context for the override.
Identifier or name of the user or system that created the override.
"Carl Doe"
The timestamp when the capacity override was created, in ISO 8601 UTC format.
"2022-05-12T09:30:31Z"
Identifier or name of the user or system that last updated the override.
"Carl Doe"
The timestamp of the most recent update to the override record, in ISO 8601 UTC format.
"2022-05-12T09:30:31Z"
A list of audit log entries tracking changes made to the override.