Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. user_id – User identifier or Device identifier. Type string. Format: user_id=string.

  2. context - Type string. Format: context=string.

  3. custom_shopping_cart_link – Type string. This parameter takes precedence over the setting in the PIM configuration. Format: custom_shopping_cart_link=https://www.wizart.tech/

Integration example:

Code Block
const fittingRoomEndpoint = server_address
  + '/fitting-room'
  + '?api_token=' + api_token
  + '&bba=true'
  + '&user_id=string
  + '&context=string
  + '&custom_shopping_cart_link=https://www.wizart.tech/'
;

5. Save and move all the changes into the work environment of the client’s website.

...