Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 958 Bytes

CatalogProduct.md

File metadata and controls

15 lines (11 loc) · 958 Bytes

CatalogProduct

Properties

Name Type Description Notes
batch_id int Mandatory. batch Id, set by the partner. Use to future deduplication [optional]
catalog_id int Mandatory. The criteo catalog (partner) Id [optional]
method str Mandatory. Method type, the acceptable values are insert and delete [optional]
product_id str Mandatory if the method is delete. This is the id of the product to delete in the partner catalog [optional]
item_group_id str Mandatory if the method is delete and the product is a variant. This id is the grouping key (parent id) for variants [optional]
product GoogleProduct [optional]

[Back to Model list] [Back to API list] [Back to README]