OpenCart · Example Payload

Login Response

eCommerceShopping CartOpen SourceSelf-HostedProductsOrdersCustomersCategories

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

Top-level fields

successapi_token

Example Payload

Raw ↑
{
  "success": "Success: You have modified APIs!",
  "api_token": "7a2f4e9c1d8b3f6a0e5c2d9b4f7a1e3c"
}