Bulk APIs for Creating & Updating Store Associates
Retail Cloud provides a set of bulk APIs to create, update, or upsert multiple store associates at once. The bulk endpoint supports three main operations:
- Create new or update existing associates based on storeAssociateID
- Create new associates in bulk
- Update existing associates
Use this PUT request to create a new associate (if the ID doesn't exist) or update the existing associate (if the ID exists).
Use this POST request to create new associates. Each storeAssociateID must be unique and must not exist in the system yet.
Use this PATCH request to update existing associates. Only provide the fields you want to update.