Skip to main content
Skip to main content

CustomShippingOption

Custom Shipping Options are overridden Shipping Options. Admins can attach a Custom Shipping Option to a cart in order to set a custom price for a particular Shipping Option.

Properties

cartCartRequired
The details of the cart this shipping option belongs to.
cart_idstringRequired
The ID of the Cart that the custom shipping option is attached to
created_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The custom shipping option's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
pricenumberRequired
The custom price set that will override the shipping option's original price
shipping_optionShippingOptionRequired
The details of the overridden shipping options.
shipping_option_idstringRequired
The ID of the Shipping Option that the custom shipping option overrides
updated_atDateRequired
The date with timezone at which the resource was updated.
Was this section helpful?