Skip to main content

ProductPricesInput

Provides the capabilities for dealing with relationships between a product and its prices.

input ProductPricesInput {
create: [CreateProductRelatedPriceInput!]
update: [UpdateProductRelatedPriceInput!]
delete: [ID!]
}

Fields

ProductPricesInput.create ● [CreateProductRelatedPriceInput!] list input

Assign a relationship between a product and prices.

ProductPricesInput.update ● [UpdateProductRelatedPriceInput!] list input

Update a relationship between a product and prices.

ProductPricesInput.delete ● [ID!] list scalar

Remove a relationship between a product and prices.

Member Of

CreateProductInput input ● UpdateProductInput input