Associate Tokens
post
Authorizations
Path parameters
companyIdstringRequired
collectionIdstringRequired
Body
rangestringRequiredExample:
1-10
externalIdstringRequiredExample:
XPTO
Responses
204Success
401
Need user with one of these roles: superAdmin, admin, application
post
POST /integration/ecommerce/associate/{companyId}/{collectionId} HTTP/1.1
Host:
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"range": "1-10",
"externalId": "XPTO"
}
No content
Last updated