Skip to main content

ASNItemInput

The input object for an ASN item.

input ASNItemInput {
delete: Boolean
id: ID
productId: ID
quantity: Int
sku: String
}

Fields

ASNItemInput.delete ● Boolean scalar

If this is set to true, the system will delete the ASN item. If this is provided, the id field must be provided as well and other fields will be ignored.

ASNItemInput.id ● ID scalar

The ASN item ID. If this is provided, the system will update the existing ASN item. If this is not provided, the system will create a new ASN item.

ASNItemInput.productId ● ID scalar

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

ASNItemInput.quantity ● Int scalar

The quantity of the product.

ASNItemInput.sku ● String scalar

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

Member Of

CreateASNInput input ● UpdateASNInput input