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>"
}Creates or replaces linking code for Shopify account connection. Code expires in 5 minutes.
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>"
}Was this page helpful?