Update details of a specific location outage by outageId.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Merchant-specified unique number to identify the location outage
Request payload used to update an existing outage for a specific location. Allows modifications to fulfillment method availability, scheduling, and related metadata.
The unique identifier of the location impacted by the outage, as defined by the merchant.
23
A list of fulfillment methods that will be temporarily disabled during the updated outage period (for example, ShipToHome, Pickup).
A fulfillment method to be disabled for the duration of the outage.
The updated time window during which the outage will be in effect.
A merchant-defined reason for the outage update, used for operational tracking (for example, maintenance, severe weather, staffing).
"maintenance"
Optional notes or comments providing additional context for the outage update.
"Any additional info"
Identifier of the user or system that originally created the outage record.
"Carl Doe"
Identifier of the user or system making this update.
"Carl Doe"
Location outage updated
Response object representing a scheduled outage at a specific location, including status, duration, fulfillment impact, and auditing information.
The unique identifier of the location affected by the outage, as defined by the merchant.
23
A list of fulfillment methods that are disabled during the outage period (for example, ShipToHome, Pickup).
A fulfillment method that will be unavailable during the outage.
The date and time range during which the outage is scheduled to occur.
A merchant-defined reason for initiating the outage (for example, maintenance, staffing, system upgrade).
"maintenance"
A system-generated unique identifier for the outage event.
"9320183a01e214"
A merchant-defined unique identifier used to reference the outage.
"OUTAGE1"
The current status of the outage lifecycle.
CREATED, STARTED, ENDED, CANCELLED "CREATED"
Optional notes or additional context related to the outage.
"Any additional info"
The user or system that originally created the outage record.
"Carl Doe"
The timestamp when the outage was created, in ISO 8601 UTC format.
"2022-05-12T09:30:31Z"
The user or system that last modified the outage record.
"Carl Doe"
The timestamp of the most recent update to the outage record, in ISO 8601 UTC format.
"2022-05-12T09:30:31Z"
A list of audit log entries capturing changes and actions performed on the outage record.