Bulk APIs for Creating & Updating Store Associates

PredictSpring provides a set of bulk APIs to create, update, or upsert multiple store associates at once. There are three main operations supported via the bulk endpoint:

  • Create new or update existing associates based on storeAssociateID
  • Create new associates in bulk
  • Update existing associates

Use this PUT request when you want to either create a new associate (if the ID does not exist) or update the existing associate (if the ID exists).

Use this POST request to create new associates. All storeAssociateIDs must be unique and not already exist in the system.

Use this PATCH request to update existing associates. Only provide the fields you want to update.