POST /carts/{cartId}/redirect_urls

Creates a Cart redirect URL for redirecting a shopper to an already created cart using the cartId.

Usage Notes

Servers

Path parameters

Name Type Required Description
cartId String Yes

The identifier of a specific cart.

Request headers

Name Type Required Description
Accept String Yes

The MIME type of the response body.

Default value: "application/json"

Content-Type String Yes

Default value: "application/json"

Request body fields

Name Type Required Description
query_params Object No
query_params.key String No
query_params.value String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.