Skip to main content

UpdateProductUomMappingPayload

Autogenerated return type of UpdateProductUomMapping.

type UpdateProductUomMappingPayload {
clientMutationId: String
result: StatusResultEnum!
uomMapping: ProductUomMapping
}

Fields

UpdateProductUomMappingPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateProductUomMappingPayload.result ● StatusResultEnum! non-null enum common

Whether the operation succeeded.

UpdateProductUomMappingPayload.uomMapping ● ProductUomMapping object products

The updated mapping.

Returned By

updateProductUomMapping mutation