Using the streaming Items API
Last updated
Last updated
Use the streaming Items API for partial real time item updates throughout the day.
POST
https://items.attraqt.io/items
This endpoint allows you to create or modify a list of items.
tenant*
string
environment*
string
fhrValidation
string
True/false. Enforces specific validation to comply with the Fredhopper data model
Authorization*
string
Bearer token
items*
array
List of items
If a category tree has been defined for a catalogue version, the categories attribute becomes mandatory.
PATCH
https://items.attraqt.io/items
This method allows you to patch attributes of given items.
Unlike the upsert, patch an item will only update attributes that are present in the request. It means that you don't need to send the whole item, but only the updated attributes.
tenant*
string
environment*
string
fhrValidation
String
True/false. Enforces specific validation to comply with the Fredhopper data model
Authorization*
string
Bearer token
items*
array
List of items with attributes to patch
POST
https://items.attraqt.io/items/delete
This endpoint allows you to delete items.
tenant*
string
environment*
string
Authorization*
string
Bearer token
item IDs*
array
List of item IDs