Skip to main content
POST
/
third-party-config
/
initiate-shopify-connection
Generate Shopify linking code
curl --request POST \
  --url https://{subdomain}.nudj.cx/api/v2/admin/third-party-config/initiate-shopify-connection \
  --header 'Content-Type: application/json' \
  --header 'x-api-token: <api-key>' \
  --data '{}'
{
  "code": "<string>",
  "expiresAt": "<string>"
}

Authorizations

x-api-token
string
header
required

Body

application/json

The body is of type object.

Response

Successful response

Linking token for Shopify account connection

code
string
required

Linking code (e.g. SHOP-4B2X-9K7M)

expiresAt
string
required

ISO timestamp when code expires