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
id
stringRequiredThe custom shipping option's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
price
numberRequiredThe custom price set that will override the shipping option's original price
shipping_option_id
stringRequiredThe ID of the Shipping Option that the custom shipping option overrides
The details of the overridden shipping options.
cart_id
stringRequiredThe ID of the Cart that the custom shipping option is attached to
The details of the cart this shipping option belongs to.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?