Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantsBulkUpdatePayload
Return type for productVariantsBulkUpdate
mutation.
Signature:
export interface ProductVariantsBulkUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
product? | Maybe<Product> | (Optional) The updated product object. | |
productVariants? | Maybe<Array<ProductVariant>> | (Optional) The updated variants. | |
userErrors | Array<ProductVariantsBulkUpdateUserError> | The list of errors that occurred from executing the mutation. |