Skip to content

Commit 2d80e47

Browse files
committed
Updated API from documentation release
1 parent 0e0cb6a commit 2d80e47

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

api-specs/api/types/message/InventoryEntryQuantitySetMessage.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ properties:
2727
format: int64
2828
description: |
2929
Available quantity for the [InventoryEntry](ctp:api:type:InventoryEntry) after the quantity was updated.
30+
sku?:
31+
type: string
32+
description: |
33+
SKU of the [InventoryEntry](ctp:api:type:InventoryEntry) for which the quantity was updated.
3034
supplyChannel?:
3135
type: ChannelReference
3236
description: |

api-specs/api/types/message/payload/InventoryEntryQuantitySetMessagePayload.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ properties:
2727
format: int64
2828
description: |
2929
Available quantity for the [InventoryEntry](ctp:api:type:InventoryEntry) after the quantity was updated.
30+
sku?:
31+
type: string
32+
description: |
33+
SKU of the [InventoryEntry](ctp:api:type:InventoryEntry) for which the quantity was updated.
3034
supplyChannel?:
3135
type: ChannelReference
3236
description: |

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5322,6 +5322,7 @@ type InventoryEntryQuantitySet implements MessagePayload {
53225322
newQuantityOnStock: Long!
53235323
oldAvailableQuantity: Long!
53245324
newAvailableQuantity: Long!
5325+
sku: String
53255326
supplyChannel: Channel
53265327
supplyChannelRef: Reference
53275328
type: String!

0 commit comments

Comments
 (0)