We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According the the spec and docs the inventoryEntry field of the InventoryEntryCreated message should contain an InventoryEntry.
inventoryEntry
InventoryEntryCreated
The messages API instead returns the following structure (didn't check the format in subscriptions yet):
{ "id": "00000000-0000-0000-0000-000000000000", "version": 1, "versionModifiedAt": "2022-11-17T13:59:00.080Z", "sequenceNumber": 1, "resource": { "typeId": "inventory-entry", "id": "11111111-1111-1111-1111-111111111111" }, "resourceVersion": 1, "resourceUserProvidedIdentifiers": { "sku": "my-sku" }, "type": "InventoryEntryCreated", "inventoryEntry": { "type": "InventoryEntryCreated", "inventoryEntryId": "11111111-1111-1111-1111-111111111111", "sku": "my-sku", "supplyChannel": { "typeId": "channel", "id": "22222222-2222-2222-2222-222222222222" }, "quantityOnStock": 123, "restockableInDays": 2, "messageId": { "id": "00000000-0000-0000-0000-000000000000", "sequenceNumber": 1 } }, "createdAt": "2022-11-17T13:59:00.080Z", "lastModifiedAt": "2022-11-17T13:59:00.080Z", "lastModifiedBy": { "isPlatformClient": false, "clientId": "client-id" }, "createdBy": { "isPlatformClient": false, "clientId": "client-id" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According the the spec and docs the
inventoryEntry
field of theInventoryEntryCreated
message should contain an InventoryEntry.The messages API instead returns the following structure (didn't check the format in subscriptions yet):
The text was updated successfully, but these errors were encountered: