PayPal · Example Payload

Paypal Productscreate Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Productscreate Example is an example object payload from PayPal, 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": "products.create",
  "method": "POST",
  "path": "/v1/catalogs/products",
  "summary": "Paypal Create product",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "product_request_POST",
      "example": {
        "name": "Video Streaming Service",
        "description": "Video streaming service",
        "type": "SERVICE",
        "category": "SOFTWARE",
        "image_url": "https://example.com/streaming.jpg",
        "home_url": "https://example.com/home"
      }
    }
  ],
  "responseExamples": []
}