...
user_id – User identifier or Device identifier. Type string. Format:
user_id=string
.context - Type string. Format:
context=string
.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.
...