Skip to main content

InventoryDeleteResponse

Response for inventory deletion operations.

Contains operation feedback and any messages generated during the inventory deletion process. Provides confirmation of successful deletion or details about any issues encountered.

type InventoryDeleteResponse {
messages: [String!]!
}

Fields

InventoryDeleteResponse.messages ● [String!]! non-null scalar

Operation result messages.

Array of messages providing feedback about the deletion operation. May include success confirmations, warnings, or error details depending on the operation outcome.

Returned By

inventoryDelete mutation