PayPal · Example Payload

Paypal Productspatch Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Productspatch 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.patch",
  "method": "PATCH",
  "path": "/v1/catalogs/products/{product_id}",
  "summary": "Paypal Update product",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "patch_request",
      "example": [
        {
          "op": "replace",
          "path": "/description",
          "value": "Premium video streaming service"
        }
      ]
    }
  ],
  "responseExamples": []
}