Operation Id:
products/marketing/promotion/get [Official Documentaction]
Methods
- shopId Integer
- products Array<Integer>
Examples
This function retrieves the products associated with the marketing promotion for a specific shop ID.
Loading editor...
const result = await idosellRequest.getProductsMarketingPromotion .shopId(1) .exec();
This function retrieves marketing promotion details for products with IDs 9, 10, and 17.
Loading editor...
const result = await idosellRequest.getProductsMarketingPromotion .products([9,10,17]) .exec();