You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oas/api/openapi.yaml
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33332,10 +33332,13 @@ paths:
33332
33332
get:
33333
33333
security:
33334
33334
- oauth_2_0:
33335
+
- "view_recurrence_policies:{projectKey}"
33335
33336
- "view_recurring_orders:{projectKey}"
33336
33337
operationId: ByProjectKeyRecurrencePoliciesGet
33337
33338
description: |-
33338
33339
Retrieves Recurrence Policies in the Project.
33340
+
33341
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
33339
33342
parameters:
33340
33343
- name: expand
33341
33344
in: query
@@ -33425,10 +33428,13 @@ paths:
33425
33428
head:
33426
33429
security:
33427
33430
- oauth_2_0:
33431
+
- "view_recurrence_policies:{projectKey}"
33428
33432
- "view_recurring_orders:{projectKey}"
33429
33433
operationId: ByProjectKeyRecurrencePoliciesHead
33430
33434
description: |-
33431
33435
Checks if one or more Recurrence Policies exist for the provided query predicate. Returns a `200` status if any Recurrence Policies match the query predicate, or a [NotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
33436
+
33437
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
33432
33438
parameters:
33433
33439
- name: where
33434
33440
in: query
@@ -33461,10 +33467,13 @@ paths:
33461
33467
post:
33462
33468
security:
33463
33469
- oauth_2_0:
33470
+
- "manage_recurrence_policies:{projectKey}"
33464
33471
- "manage_recurring_orders:{projectKey}"
33465
33472
operationId: ByProjectKeyRecurrencePoliciesPost
33466
33473
description: |-
33467
33474
Creates a Recurrence Policy in the Project.
33475
+
33476
+
The `manage_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `manage_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Retrieves a Recurrence Policy with the provided `key`.
33536
+
33537
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Checks if a Recurrence Policy exists with the provided `key`. Returns a `200` status if the Recurrence Policy exists, or a [NotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
33579
+
33580
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions).
33608
+
33609
+
The `manage_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `manage_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
A Recurrence Policy can be deleted only if it is not referenced by any Embedded Price, Standalone Price, or (Custom) Line Item, otherwise a [ReferenceExists](ctp:api:type:ReferenceExistsError) error is returned.
33661
+
33662
+
The `manage_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `manage_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Retrieves a Recurrence Policy with the provided `id`.
33726
+
33727
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Checks if a Recurrence Policy exists with the provided `id`. Returns a `200` status if the Recurrence Policy exists, or a [NotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
33769
+
33770
+
The `view_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `view_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions).
33798
+
33799
+
The `manage_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `manage_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
A Recurrence Policy can be deleted only if it is not referenced by any Embedded Price, Standalone Price, or (Custom) Line Item, otherwise a [ReferenceExists](ctp:api:type:ReferenceExistsError) error is returned.
33851
+
33852
+
The `manage_recurring_orders:{projectKey}` scope is deprecated for use on this endpoint. Update your clients to use the `manage_recurrence_policies:{projectKey}` scope instead. For more information, see the [Deprecations and removals](/api/deprecations-and-removals#recurrence-policies) list.
0 commit comments