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_idstringRequiredcreated_atDateRequireddeleted_atnull | DateRequiredidstringRequiredmetadataRecord<string, unknown>RequiredpricenumberRequiredA 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_idstringRequiredupdated_atDateRequiredWas this section helpful?