Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Product Id

Body

application/json
slug
string
required

Slug for the short link.

static_checkout_params
object | null

Static Checkout URL parameters to apply to the resulting short URL.

Response

Short URL

full_url
string
required

Full URL.

short_url
string
required

Short URL.

Last modified on March 25, 2026