List of products to add or id of variant to be added with quantity 1
The checkout id to add the product to. Will use the checkoutId from the user checkout page cookies if not provided
Adds metadata to an existing checkout
Array of metadata objects to be added
The checkout id to add the metadata to. Will use the checkoutId from the user checkout page cookies if not provided
Adds or creates a kit in an existing checkout
Checkout kit input.
The customer access token
The google recaptcha token
Adds metadata to a product variant in an existing checkout
The product variant id to which the metadata will be added
Array of metadata objects to be added
The checkout id to add the metadata to. Will use the checkoutId from the user checkout page cookies if not provided
Creates a new checkout
List of products to add or id of variant to be added with quantity 1
Retrieve information about a checkout
The id of the checkout. Will use the checkoutId from the user checkout page cookies if not provided
Associate the partner with the checkout
The checkout id to associate with the partner. Will use the checkoutId from the user checkout page cookies if not provided
The partner access token to associante with the checkout. Will be canceled and return null if not provided
Disassociate the checkout with the partner
The checkout id to disassociate with the partner. Will use the checkoutId from the user checkout page cookies if not provided
Removes a product from an existing checkout
List of products to remove or id of variant to be removed with quantity 1
The checkout id to remove the product from. Will use the checkoutId from the user checkout page cookies if not provided
Removes a kit from an existing checkout
Checkout kit input.
The customer access token
The google recaptcha token
Generated using TypeDoc
Adds a product to an existing checkout