Returns a slot ID that is needed for the /bdmanager.upload/{typedId}/{slot_id}
, or /productimages.upload/{slot_id}/{sku}
(Upload a File) endpoint.
Information
To upload a file you need to perform the following actions:
- Create an Upload Slot
- Upload a File
- Delete an Upload Slot
{- "response": {
- "node": "node",
- "csrfToken": "token",
- "data": [
- {
- "id": "4101"
}
], - "status": 0
}
}