Skip to content

Commit 07fa61f

Browse files
committed
Remove mention of deprecated approval_state parameter
1 parent ea970d5 commit 07fa61f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

changelog/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

features/limiting-available-products.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"],

0 commit comments

Comments
 (0)