Skip to main content

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

OK


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.

Loading...