Retail Templates

Get retail templates (POST)

Returns retail templates matching the request. The API accepts query parameters via ParamInfo (e.g. offset, limit) and a request body for search and filter criteria (e.g. searchText, labelId, assetSourceType)

Path Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the account.

Query Parameters

NameData TypeRequirementParameter TypeDescription
offsetintegerOptionalqueryPagination offset (e.g. 0).
limitintegerOptionalqueryNumber of items per page (e.g. 25).

Parameters

The API accepts a structured JSON body de-serialized into RetailTemplateFilters (com.jivox.metadata.model.campaigns.RetailTemplateFilters). All fields are optional and act as filters.

FieldData TypeDescription
campaignNamestringFilter by template campaign name.
ownershipenum (string)Filter by ownership. Values: System, Custom
isBookmarkedbooleanFilter to show only bookmarked templates.
retailerIdintegerFilter by retailer ID.
inventoryTypeenum (string)Filter by inventory type. Values: offsite, onsite
adFormatstringFilter by ad format.
sourceOfProductInformationenum (string)Filter by product information source. Values: Upload Your Own Assets, Retailer Product Feed, Hybrid, Dynamic
productSelectionMethodenum (string)Filter by product selection method. Values: Fixed Product Selection, Dynamic Product Selection
creativeStylearray of enumFilter by creative style(s). Values: Static Banner, Animated Banner, Animated Carousel, Video, Social, REC
categoryarray of stringFilter by category name(s).
templateTypearray of enumFilter by template type(s). Values: Standard, Dynamic, Carousel, Offer Feed, Geo Feed, Custom

Sample Request

HTTP
Copy

Pagination and other options are passed via ParamInfo (e.g. query: offset, limit).

Request Body

JSON
Copy

Sample Response

Paginated list of retail templates (structure depends on ParamInfo).

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Retail Templates