Related Products
Last updated
Last updated
Retrieves a list of products with optional limit and offset parameters.
/product-list
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.
Retrieves the details of a specific product by its ID.
/product-related-detail/{productId}
ID of the product to retrieve details for
Product ID in query parameter
Bearer token for authentication.
Updates the related products for a given product.
/update-product-related
Bearer token for authentication.
ID of the product to update related products for
Array of related product IDs to associate with the given product