Skip to main content

Input fields

currency : String! required

Currency.

numberOfUnits : Int! required

Number of units.

pricePerUnit : Int

Price per unit in smallest sub-unit of the currency.

productId : ID! required

ID of the product to quote.

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

{ "currency": "space-near-must-surface-law", "numberOfUnits": 51, "pricePerUnit": 44, "productId": "33020703" }