File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ We are excited about these updates and look forward to hearing your feedback. As
216216 - ` limit ` : A limit on the number of items to be returned.
217217 - You no longer need to pass in a mandatory country code
218218- ** New Response structure for Product Listing retrieval**
219- - Only Returns products that have been Approved. Included as ` approval_state `
219+ - Only Returns products that have been Approved.
220220 - Returns ` categories ` that the product belongs to
221221 - Includes Expiry and Redemption instructions as sub-objects within each item
222222- Removal of ` redemption_url ` field in order responses, it is replaced by the ` payout ` field.
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ Here is an example of a successful response that demonstrates how the listing wi
8383{
8484 "catalog" : [
8585 {
86- "approval_state" : " APPROVED" ,
8786 "categories" : [" experiences" ],
8887 "code" : " EXAMPLEFIXED-US" ,
8988 "countries_redeemable_in" : [" US" ],
@@ -130,7 +129,6 @@ Here is an example of a successful response that demonstrates how the listing wi
130129 }
131130 },
132131 {
133- "approval_state" : " APPROVED" ,
134132 "categories" : [" electricals" ],
135133 "code" : " EXAMPLEOPEN-US" ,
136134 "countries_redeemable_in" : [" US" ],
@@ -177,7 +175,6 @@ Here is an example of a successful response that demonstrates how the listing wi
177175 }
178176 },
179177 {
180- "approval_state" : " APPROVED" ,
181178 "categories" : [" beauty-and-fashion" ],
182179 "code" : " SUBSCRIPTION-GB" ,
183180 "countries_redeemable_in" : [" GN" ],
You can’t perform that action at this time.
0 commit comments