RatesRs
Represents the response object for rates setup operations.
type RatesRs {
adviseMessages: [AdviseMessage]
rates: [InventoryRateSetup]
success: Boolean!
}
Fields
RatesRs.adviseMessages ● [AdviseMessage] list object
Collection of advise messages.
RatesRs.rates ● [InventoryRateSetup] list object
Collection of rate output objects.
RatesRs.success ● Boolean! non-null scalar
Indicates whether the operation was successful based on the absence of advise messages.
Member Of
InventoryMutation object ● InventoryQuery object