OpenCart · Example Payload

Set Customer Request

eCommerceShopping CartOpen SourceSelf-HostedProductsOrdersCustomersCategories

Set Customer Request is an example object payload from OpenCart, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

api_tokencustomer_idcustomer_group_idfirstnamelastnameemailtelephonecustom_field

Example Payload

Raw ↑
{
  "api_token": "7a2f4e9c1d8b3f6a0e5c2d9b4f7a1e3c",
  "customer_id": 1,
  "customer_group_id": 1,
  "firstname": "John",
  "lastname": "Doe",
  "email": "john.doe@example.com",
  "telephone": "+1 555-0100",
  "custom_field": {}
}