- Fetching omni share from in store device to in store device logs
- Fetching added shopping cart item logs
- Fetching item view logs
- Fetching omni share from in store device to customer device logs
- Fetching omni share from customer device to customer device logs
- Fetching shopping cart by created date logs
- Fetching item share interaction logs
- Fetching wishlist by created date logs
- Fetching Omni Share Logs
- Fetching trending item logs
- Fetching item share response logs
- Fetching item share logs
- Fetching omni share from customer device to in store device logs
- Fetching removed shopping cart item logs
- Fetching removed wishlist item logs
- Fetching wishlist by last accessed date logs
- Fetching added wishlist item logs
- Fetching shopping cart by last accessed date logs
- Fetching item like logs
- Adding a particular video to an item
- Fetching a list of items
- Group Items
- Updating a relationship between a document and an item
- Updating dynamic attributes of a particular item
- Adding a new item tag relation
- Removing a relationship between a tag and an item
- Move items
- Fetching related tags of a particular item
- Adding a particular image to an item
- Fetching an item by its item id
- Adding a particular image to an item
- Fetching images of a particular item
- Adding a particular video to an item
- Removing a relationship between a video and an item
- Removing a relationship between an image and an item
- Updating an existing item
- Creating a new item
- Searching items
- Adding a particular document to an item
- Updating a relationship between an image and an item
- Deleting an existing item
- Fetching documents of a particular item
- Fetching videos of a particular item
- Removing a relationship between a document and an item
- Searching Items
- Partially updating an existing item
- Updating prices of a particular item
- Updating a relationship between a video and an item
- Ungroup Items
- Adding a particular document to an item
- Creating a new dynamic attribute type.
- Fetching a list of dynamic attribute types
- Fetching a dynamic attribute type by its Id.
- Updating an existing dynamic attribute type.
- Deleting an existing dynamic attribute type.
- Fetching a list of dynamic attributes by dynamic attribute type id
- Partially updating an existing dynamic attribute type.
- Adding a particular video to a brand
- Adding a particular video to a brand
- Removing a relationship between a document and a brand
- Fetching a brand by its brand id
- Adding a particular image to a brand
- Fetching videos of a particular brand
- Removing a relationship between a video and a brand
- Removing a relationship between an image and a brand
- Creating a new brand
- Deleting an existing brand
- Fetching a list of brands
- Updating an existing brand
- Fetching images of a particular brand
- Fetching documents of a particular brand
- Adding a particular document to a brand
- Adding a particular image to a brand
- Adding a particular document to a brand
- Fetching a distinct list of brands of a set of items in a particular category.
- Updating a relationship between an image and a brand
- Updating a relationship between a video and a brand
- Updating a relationship between a document and a brand
- Creating a new category
- Updating an existing category
- Removing a relationship between a video and a category
- Fetching documents of a particular category
- Removing a category
- Removing a relationship between a document and a category
- Removing a relationship between an image and a category
- Fetching images of a particular category
- Getting a single category and related metadata.
- Partially updating an existing category
- Fetching full category tree
- Fetching videos of a particular category
- Updating a relationship between an image and a category
- Updating a relationship between a video and a category
- Updating a relationship between a document and a category
- Adding a particular video to a category
- Adding a particular video to a category
- Adding a particular document to a category
- Adding a particular image to a category
- Adding a particular image to a category
- Adding a particular document to a category
- Unregistering a logical device to a specific physical device
- Fetching a List of Logical Devices in the Nearest Store Using Location
- Fetching a List of Logical Devices in the Nearest Store Using Physical Device
- Updating the particular logical device info
- Registering a logical device to a specific physical device
- Downloads
Logical Device Storage API Reference (Company)
Logical Device Storage API set
Creating a new data storage item.
HTTP POST /company/logicaldevices/{devicesId}/storage
The API creates a new data storage item and returns it.
Clearing device storage data
HTTP DELETE /company/logicaldevices/{deviceId}/storage?key={key}
The API deletes specified device storage data.
Updating an existing device storage data.
HTTP PUT /company/logicaldevices/{deviceId}/storage
The API updates an existing device storage data and returns it.
Fetching storage data of an device by device Id
HTTP GET /company/logicaldevices/{deviceId}/storage?key={key}&delete={delete}
The API returns specified logical device storage data collection.