Skip to content

Commit

Permalink
Merge branch 'main' into CUST-3450
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhmatt authored Aug 28, 2024
2 parents bab89f7 + 28c6731 commit d8c1335
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
1 change: 1 addition & 0 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8982,6 +8982,7 @@ components:
type: string
enum:
- resource_id
- resource_id:in
- key
- value
- namespace
Expand Down
20 changes: 6 additions & 14 deletions reference/customers.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/customerGroup_Post'
$ref: '#/components/schemas/customerGroup_Post_Put'
required: true
responses:
'200':
Expand Down Expand Up @@ -968,7 +968,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/customerGroup_Full'
$ref: '#/components/schemas/customerGroup_Post_Put'
required: false
responses:
'200':
Expand Down Expand Up @@ -1241,7 +1241,7 @@ components:
amount:
type: string
description: A float that specifies the value applied to the price modified. (Float, Float as String, Integer)
example: '"5.0000"'
example: "5.0000"
price_list_id:
type: integer
description: If a customer group is assigned to a price list,`method` and `amount` are not shown. `type` and `price_list_id` are returned.
Expand Down Expand Up @@ -1334,8 +1334,8 @@ components:
description: Numeric ID of the state’s/province’s associated country.
example: 13
x-internal: false
customerGroup_Post:
title: customerGroup_Post
customerGroup_Post_Put:
title: customerGroup_Post_Put
type: object
properties:
name:
Expand Down Expand Up @@ -1370,19 +1370,11 @@ components:
amount:
type: string
description: A float that specifies the value applied to the price modified. (Float, Float as String, Integer)
example: '"5.0000"'
example: "5.0000"
price_list_id:
type: integer
description: If a customer group is assigned to a price list,`method` and `amount` are not shown. `type` and `price_list_id` are returned.
example: 3
date_created:
type: string
description: Date on which the customer group was created.
example: 2023-07-17 06:30:41
date_modified:
type: string
description: Date on which the customer group was last modified.
example: 2023-07-25 01:15:19
is_group_for_guests:
type: boolean
description: Describes whether the group is for guests. There can only be one customer group for guests at a time.
Expand Down
5 changes: 0 additions & 5 deletions reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,11 +1783,6 @@ components:
description: |
The transaction ID returned by the payment gateway for this transaction item.
type: string
date_created:
description: |
The date/time of the transaction.
type: string
format: date-time
test:
type: boolean
description: |
Expand Down

0 comments on commit d8c1335

Please sign in to comment.