CustomShippingOption
Base abstract entity for all entities
Properties
A cart represents a virtual shopping bag. It can be used to complete an order, a swap, or a claim.
cart_id
stringRequiredcreated_at
DateRequireddeleted_at
null | DateRequiredid
stringRequiredmetadata
Record<string, unknown>Requiredprice
numberRequiredA Shipping Option represents a way in which an Order or Return can be shipped. Shipping Options have an associated Fulfillment Provider that will be used when the fulfillment of an Order is initiated. Shipping Options themselves cannot be added to Carts, but serve as a template for Shipping Methods. This distinction makes it possible to customize individual Shipping Methods with additional information.
shipping_option_id
stringRequiredupdated_at
DateRequiredWas this section helpful?