BigCommerce · Example Payload

Bigcommerce Creategiftcertificate Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Creategiftcertificate Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createGiftCertificate",
  "method": "POST",
  "path": "/gift_certificates",
  "summary": "BigCommerce Create a Gift Certificate",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": 1,
        "customer_id": 5,
        "order_id": 116,
        "code": "FFZ-5N4-C7M-S78",
        "to_name": "John Doe",
        "to_email": "johndoe@example.com",
        "from_name": "Jane Doe",
        "from_email": "janedoe@example.com",
        "amount": "10",
        "balance": "0",
        "status": "active",
        "template": "birthday.html",
        "message": "Happy Birthday!",
        "purchase_date": "Tue, 20 Jan 1970 08:45:38 CST",
        "expiry_date": "Mon, 2 Jan 2023 08:45:38 CST",
        "currency_code": "USD"
      }
    }
  ]
}