Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
(external): [update] Abandoned Carts, remove duplicate channel_id par…
Browse files Browse the repository at this point in the history
…am (#1474)
  • Loading branch information
bobbyshaw authored Dec 15, 2023
1 parent 0a2de47 commit 73c03dd
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions reference/abandoned_carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ paths:
operationId: getChannelAbandonedCartSettings
tags:
- Abandoned Carts Settings
parameters:
- name: channel_id
description: The channel ID of the settings overrides
in: path
required: true
schema:
type: integer
responses:
'200':
description: OK
Expand All @@ -120,12 +113,6 @@ paths:
tags:
- Abandoned Carts Settings
parameters:
- name: channel_id
description: The channel ID of the settings overrides
in: path
required: true
schema:
type: integer
- $ref: '#/components/parameters/ContentType'
requestBody:
required: true
Expand Down Expand Up @@ -154,13 +141,13 @@ paths:
$ref: '#/components/schemas/ErrorResponse'
security: []
parameters:

- $ref: '#/components/parameters/Accept'
- schema:
type: string
name: channel_id
- name: channel_id
description: The channel ID of the settings overrides
in: path
required: true
schema:
type: integer
'/abandoned-carts/{token}':
get:
responses:
Expand Down

0 comments on commit 73c03dd

Please sign in to comment.