Skip to content

Commit

Permalink
Update order.yaml - addressed Nate's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Oct 9, 2024
1 parent b497e12 commit d793d35
Showing 1 changed file with 11 additions and 51 deletions.
62 changes: 11 additions & 51 deletions docs/b2b-edition/specs/storefront/storefront/order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,57 +357,17 @@ paths:
isSaveOrderComment:
type: string
description: If save order comment
extraInt1:
type: string
description: Order extra int field 1
extraInt2:
type: string
description: Order extra int field 2
extraInt3:
type: string
description: Order extra int field 3
extraInt4:
type: string
description: Order extra int field 4
extraInt5:
type: string
description: Order extra int field 5
extraStr1:
type: string
description: Order extra str field 1
extraStr2:
type: string
description: Order extra str field 2
extraStr3:
type: string
description: Order extra str field 3
extraStr4:
type: string
description: Order extra str field 4
extraStr5:
type: string
description: Order extra str field 5
extraText:
type: string
description: Order extra text field
extraInfo:
oneOf:
- type: string
- type: object
properties:
addressExtraFields:
type: object
properties:
shippingAddressExtraFields:
type: array
items:
type: object
properties:
fieldName:
type: string
fieldValue:
type: string
description: order extra info such as address extra fields
extraFields:
type: array
items:
type: object
properties:
fieldName:
type: string
description: Extra field name
fieldValue:
type: string
description: Extra field value
required:
- orderId
description: |-
Expand Down

0 comments on commit d793d35

Please sign in to comment.