Skip to main content

Input fields

accountNumber : String! required

The account number.

clientParams : JSONString

A JSON object containing client parameters to store on the purchase.

marketParams : JSONString

A JSON object containing market parameters to store on the purchase.

purchaseId : ID! required

The purchase ID.

saleItems : [ProductToPurchaseInput]! required

Products being purchased.

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

{ "accountNumber": "A-C4727302", "clientParams": {"key": "value"}, "marketParams": {"key": "value"}, "purchaseId": "26898001", "saleItems": ProductToPurchaseInput }