Skip to main content

Input fields

periodEnd : DateTime

The end of validity for this price.

periodStart : DateTime! required

The start of validity for this price.

price : Decimal! required

The price per unit.

rateGroup : String! required

The rate group code.

variant : ProductPriceVariantInput! required

The variant that this price applies to.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "periodEnd": "1992-10-14T02:31:52.085605+00:00", "periodStart": "1985-12-07T18:33:38.654769+00:00", "price": "1.0", "rateGroup": "church-tax-specific-nor-career", "variant": ProductPriceVariantInput }