Retrieve protection status on an order
Retrieve whether or not an order had protection applied, along with a URL to begin a reorder if protected
Path Parameters
- shopId string required
A UUID belonging to the store
Query Parameters
- sourceOrderId string required
Responses
- 200
- 400
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- isShippingProtected boolean required
Whether or not the order is protected with Corso Green Shipping Protection.
- url string
A URL to initiate a claim for a protected order. If the order was not protected, this field will not be present.
{
"isShippingProtected": true,
"url": "string"
}
Bad Request
Not Found
Loading...