Mutation Reference
These mutations allow advertisers to create, update, and delete products in their CJ product feed. Available for Shopping and Finance (Credit Card) feeds only.
createShoppingProducts
Returns: CreateShoppingProductResponse!
Create one or more new Shopping products in the specified product feed.
| Argument | Type | Description |
|---|---|---|
adId | ID! | Required. The Ad ID of the product feed to add products to. |
shoppingProducts | [CreateShoppingProductRequest!]! | Required. Array of Shopping product objects to create. See CreateShoppingProductRequest input type for field definitions. |
updateShoppingProducts
Returns: UpdateShoppingProductResponse!
Update one or more existing Shopping products in the specified product feed.
| Argument | Type | Description |
|---|---|---|
adId | ID! | Required. The Ad ID of the product feed containing the products to update. |
shoppingProducts | [UpdateShoppingProductRequest!]! | Required. Array of Shopping product objects with updated fields. Only fields included in the request are updated. See UpdateShoppingProductRequest input type for field definitions. |
createCreditCardProducts
Returns: CreateCreditCardProductResponse!
Create one or more new Finance Credit Card products in the specified product feed.
| Argument | Type | Description |
|---|---|---|
adId | ID! | Required. The Ad ID of the product feed to add products to. |
creditCardProducts | [CreateCreditCardProductRequest!]! | Required. Array of Credit Card product objects to create. See CreateCreditCardProductRequest input type for field definitions. |
updateCreditCardProducts
Returns: UpdateCreditCardProductResponse!
Update one or more existing Finance Credit Card products in the specified product feed.
| Argument | Type | Description |
|---|---|---|
adId | ID! | Required. The Ad ID of the product feed containing the products to update. |
creditCardProducts | [UpdateCreditCardProductRequest!]! | Required. Array of Credit Card product objects with updated fields. Only fields included in the request are updated. See UpdateCreditCardProductRequest input type for field definitions. |
deleteProducts
Returns: DeleteProductResponse!
Delete one or more products from the specified product feed. Applies to both Shopping and Finance feeds.
| Argument | Type | Description |
|---|---|---|
adId | ID! | Required. The Ad ID of the product feed containing the products to delete. |
ids | [ID!]! | Required. Array of product IDs to delete. |
Updated 11 days ago
