The following sections describe all changes made to OCAPI since version 20.9.
Resource Name | Change | Http Method | URL Template | API | Details |
---|---|---|---|---|---|
Customers | Changed | GET | /customers/{customer_id}/product_lists | Shop | More |
The following requests have been modified since 20.9.
GET /customers/{customer_id}/product_lists
Element | Change | API | 20.9 | 20.10 |
---|---|---|---|---|
Description | Changed | Shop | Returns all customer product lists. | Returns all customer product lists in a paginated manner. |
Path Parameter | Changed | Shop | Name: customer_id Description: The customer id. |
Name: customer_id Description: - The customer id. |
Query Parameter | Added | Shop | N/A | Name: start Type: Integer Description: - The start of the product List Constraints: minIntegerValue=0 |
Query Parameter | Added | Shop | N/A | Name: count Type: Integer Description: - The count returned per page Constraints: maxIntegerValue=200, minIntegerValue=1 |
Query Parameter | Changed | Shop | Name: expand Description: The possible expansions - product, images, availability. For images and availability the product has to be expanded as well. |
Name: expand Description: - The possible expansions - product, images, availability. For images and availability the product has to be expanded as well. |
The following documents have been modified since 20.9.
Customer