Skip to main content

ASNReceivingItemInput

Attributes for adding a line item to an ASN in RECEIVING status.

input ASNReceivingItemInput {
destinationLocationId: ID
id: ID
productId: ID
quantity: Int!
sku: String
verified: Boolean
}

Fields

ASNReceivingItemInput.destinationLocationId ● ID scalar common

The ID of the location where the product will be stored.

ASNReceivingItemInput.id ● ID scalar common

The ID of the line item. If not provided, the system will generate one.

ASNReceivingItemInput.productId ● ID scalar common

The product ID. If not provided, the system will use the SKU.

ASNReceivingItemInput.quantity ● Int! non-null scalar common

The received quantity of the product.

ASNReceivingItemInput.sku ● String scalar common

The product SKU. If not provided, the system will use the product ID.

ASNReceivingItemInput.verified ● Boolean scalar common

The new verification status of the line item. If not provided, the verification status will not be updated.

Member Of

ASNAddReceivingItemsInput input ● ASNUpdateReceivingItemsInput input