You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The JSON webhooks are encrypted in certain situations. This key is also used to generate a signature to verify the integrity of the payload. 1000 characters or less. */
35
35
encryption_key: string|null;
36
36
/** The type of resource to observe changes on. */
/** If set to `0`, events will not be triggered for this webhook. This can also be set to `0` automatically if there are too many consecutive failed attempts to send a payload to this endpoint. */
/** If this cart has any shippable subscription items which will process in the future, this will be the total amount of shipping costs for those items. */
75
75
total_future_shipping: string;
76
76
/** Total order amount of this cart including all items, taxes, shipping costs and discounts. */
0 commit comments