The response schema for the AddInventory operation.

AddInventoryResponse

interface AddInventoryResponse {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

AddInventoryResponse