Marketing
Retrieves a list of vendor coupons based on the provided filters.
The maximum number of coupons to return.
10The number of coupons to skip before starting to collect the result set.
0A flag to indicate whether to return the count of coupons.
0Bearer token for authentication.
Successfully retrieved the vendor coupon list.
1Successfully got vendor Coupon list.Bad request due to invalid parameters.
Internal server error.
Retrieves the complete list of products based on the provided filters.
The number of products to skip before starting to collect the result set.
0The maximum number of products to return.
0Search keyword for filtering products.
SKU for filtering products.
Status of the products to filter.
Price filter for products.
0Bearer token for authentication.
Successfully retrieved the complete product list.
1Successfully got the complete product list.Bad request due to invalid parameters.
Internal server error.
Bearer token for authentication.
Coupon Created Successfully.
Coupon Created Successfully.
Bearer token for authentication.
Successfully got Vendor Coupon Detail.
Successfully got Vendor Coupon Detail.
Bearer token for authentication.
Coupon Updated Successfully.
Coupon Updated Successfully.
Deletes the specified coupon by ID
ID of the coupon to delete
Bearer token for authentication.
Successfully deleted the coupon
1Successfully deleted CouponInvalid ID supplied
Coupon not found
Retrieves a list of products with optional limit and offset parameters.
The number of products to retrieve
The number of products to skip before starting to collect results
If set to 1, returns the total count of products
Bearer token for authentication.
Successfully retrieved the product list
1Successfully got the complete product listInvalid query parameters
Retrieves the details of a specific product by its ID.
ID of the product to retrieve details for
Product ID in query parameter
Bearer token for authentication.
Successfully retrieved the product details
1successfully got the details of given product idInvalid product ID
Product not found
Updates the related products for a given product.
Bearer token for authentication.
ID of the product to update related products for
Array of related product IDs to associate with the given product
Successfully updated the related products
1successfully updated the related productsInvalid request body
Product not found
Last updated