Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantRelationshipBulkUpdatePayload
Return type for productVariantRelationshipBulkUpdate
mutation.
Signature:
export interface ProductVariantRelationshipBulkUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
parentProductVariants? | Maybe<Array<ProductVariant>> | (Optional) The product variants with successfully updated product variant relationships. | |
userErrors | Array<ProductVariantRelationshipBulkUpdateUserError> | The list of errors that occurred from executing the mutation. |