Skip to content

Commit

Permalink
docs: add vendor id definition for purchases
Browse files Browse the repository at this point in the history
  • Loading branch information
jasanchez1 committed Jun 19, 2024
1 parent 69dc22e commit ef89456
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions topsort-api-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ components:
- productId: p_SA0238
unitPrice: 12.95
quantity: 2
vendorId: v_8fj2D
- productId: p_oajf2D
unitPrice: 1.49
occurredAt: '2019-01-01T12:59:59-05:00'
Expand Down Expand Up @@ -1141,6 +1142,11 @@ components:
exclusiveMinimum: true
description: The price of a single item in the marketplace currency.
example: 12.95
vendorId:
type: string
description: The marketplace ID of the vendor selling the product.
minLength: 1
example: v_8fj2D

securitySchemes:
BearerAuth:
Expand Down

0 comments on commit ef89456

Please sign in to comment.