Skip to content

Commit

Permalink
Update inventory.v3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Feb 4, 2025
1 parent 022428e commit 8aa2909
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions reference/inventory.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ paths:
operationId: get-location-inventory-items
tags:
- Items
description: Return a list of inventory and inventory settings for all items in a location.
description: |
Return a list of inventory and inventory settings for all items in a location.
parameters:
- $ref: '#/components/parameters/LocationIdParam'
- $ref: '#/components/parameters/VariantIdFilterParam'
Expand Down Expand Up @@ -240,7 +242,12 @@ paths:
operationId: put-location-inventory-items
tags:
- Items
description: Update inventory settings for items at a location.
description: |
Update inventory settings for items at a location.
**Limits**
* Limit of 2000 items for payload length.
parameters:
- $ref: '#/components/parameters/LocationIdParam'
requestBody:
Expand Down

0 comments on commit 8aa2909

Please sign in to comment.