Checking available vendor codes

You can use the following endpoint to check available vendor codes.

Method: GET

URL: https://pim-client.wizart.ai/api/articles/available-vendor-codes?vendor_code={vendor_code}

Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

CURL:

curl --location --request GET 'https://pim-client.wizart.ai/api/articles/available-vendor-codes?vendor_code=165198' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…'
{ "data": { "vendor_codes": { "165198": true } } }