The response schema for the submitInventoryUpdate operation.

SubmitInventoryUpdateResponse

interface SubmitInventoryUpdateResponse {
    errors?: Error[];
    payload?: TransactionReference;
}

Properties

Properties

errors?: Error[]

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

SubmitInventoryUpdateResponse

SubmitInventoryUpdateResponse