...
Area | Description |
---|---|
Offers | Manage offer in grid view (RTC-41924) In promotion details, in grid with offers, there are three dots and eye icons for each offer row. |
Offer items | Ordinary price column (RTC-41555) Ordinary price column is visible in manage items grid in the offer on item/variant/model levels. |
Promotion API | Put request for creating/updating offer (RTC-41207) PUT request /promotions/[EgPromotionIdentifier]/offers in Promotion Service is supported. Fields validation errors are returned as a message with status code 422. Code 400 with description is returned on rule violation. Correctly upserted offer is returned with code 201 (created) or 200 (updated), and response contains all the schema values of offer. |
...