Other API methods
For all API calls, please use the access_token. from API authentication and authorizationarchived
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…
Getting all imported data
You can use the following endpoint to get all imported data.
Method: GET
URL: https://pim-client.wizart.ai/api/v2.1/imports
Authorization: Type: Bearer Token, Token: Bearer eyJ0eXAiOiJKV1QiLCJhbG…
Headers: Accept: application/json
Delete specific import by Id
You can use the following endpoint to get all imported data.
Method: DELETE
URL: https://dev-pim-client.wizart.ai/api/v2.1/imports/{importId}
Authorization: Type: Bearer Token, Token: Bearer eyJ0eXAiOiJKV1QiLCJhbG…
Headers: Accept: application/json