- 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
Mail Template API Reference (Catalog)
Mail Template API Set
Fetching a list of all mail templates
HTTP GET /private/catalog/mailtemplates?skip={skip}&take={take}
This API provides a way to fetch a full list of all mail templates with skip and take parameters.
Creating a new mail template
HTTP POST /private/catalog/mailtemplate
This API provides a way to create a new mail template.
Updating an existing mail template
HTTP PUT /private/catalog/mailtemplate
This API provides a way to update an existing mail template.
Fetching a particular mail template
HTTP GET /private/catalog/mailtemplate?id={id}
This API provides a way to fetch a mail template by its ID.
Deleting an existing mail template
HTTP DELETE /private/pii/mailtemplate?id={id}
This API provides a way to delete an existing mail template by its ID.
Partially updating an existing mail template
HTTP PATCH /private/catalog/mailtemplate
The API provides to partially update an existing mail template.