Details
-
Story
-
Resolution: Fixed
-
High
-
1.2.6, 1.3.1
-
None
-
None
-
-
Empty show more show less
-
Yes
-
AuthorX 4, AuthorX 5
-
3
Description
User Story: As User I would like to render dynamic Category pages by calling it by the Category Key instead of only CategoryID so that I can get my pages from the commerceTools
Background: our Client's Avon users is facing a difficulties with rendering dynamic category pages. Currently our framework offers to call it directly via below params:
private final Id id;
private final String name;
private final String description;
private final Integer position;
private final Integer level;
private final String parentId;
private final String path;
Requirement: We need to somehow expose Category Key without interrupting our framework structure (so the solution won't be one customer oriented). Would be great to try reach as lowest amount of request as possible for the customer.
Acceptance Criteria:
Given: User has integrated CustomerTools with Magnolia Commerce Connector Pack
When: He request for all Categories or Category by single ID
Then: He receives Category Key in response
outcome: He can filter the categories by the key provided in the response
and
Then: He can render the (filtered) categories
Checklists
Attachments
Issue Links
- depends upon
-
ECOMMERCE-491 Migrate commercetools to commercetools SDK v2
-
- Closed
-
- to be documented by
-
ECOMMERCE-509 DOC: Add newly exposed category key to the E-commerce REST category endpoint
-
- Closed
-