PayPal · Schema

Shipping Type

A classification for the method of purchase fulfillment.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-shipping-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/shipping_type",
  "title": "Shipping Type",
  "type": "string",
  "description": "A classification for the method of purchase fulfillment.",
  "enum": [
    "SHIPPING",
    "PICKUP",
    "PICKUP_IN_STORE",
    "PICKUP_FROM_PERSON"
  ]
}