changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Full details of a PayPal order",
+ "properties": {
+ "create_time": {
+ "description": "Order creation timestamp",
+ "type": "string"
+ },
+ "id": {
+ "description": "Order ID",
+ "type": "string"
+ },
+ "links": {
+ "items": {
+ "properties": {
+ "href": {
+ "description": "URL link",
+ "type": "string"
+ },
+ "method": {
+ "description": "HTTP method",
+ "type": "string"
+ },
+ "rel": {
+ "description": "Link relation (e.g., self, approve)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "payer": {
+ "description": "Payer information",
+ "properties": {
+ "address": {
+ "properties": {
+ "address_line_1": {
+ "description": "Street address",
+ "type": "string"
+ },
+ "admin_area_1": {
+ "description": "State",
+ "type": "string"
+ },
+ "admin_area_2": {
+ "description": "City",
+ "type": "string"
+ },
+ "country_code": {
+ "description": "Country code",
+ "type": "string"
+ },
+ "postal_code": {
+ "description": "Postal code",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "email_address": {
+ "description": "Payer email",
+ "type": "string"
+ },
+ "name": {
+ "properties": {
+ "given_name": {
+ "description": "First name",
+ "type": "string"
+ },
+ "surname": {
+ "description": "Last name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "purchase_units": {
+ "description": "Items and amounts in the order",
+ "items": {
+ "properties": {
+ "amount": {
+ "properties": {
+ "breakdown": {
+ "properties": {
+ "item_total": {
+ "properties": {
+ "currency_code": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "shipping": {
+ "properties": {
+ "currency_code": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "tax_total": {
+ "properties": {
+ "currency_code": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "currency_code": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "value": {
+ "description": "Total amount",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "name": {
+ "description": "Item name",
+ "type": "string"
+ },
+ "quantity": {
+ "description": "Item quantity",
+ "type": "string"
+ },
+ "unit_amount": {
+ "properties": {
+ "currency_code": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "reference_id": {
+ "description": "Reference ID",
+ "type": "string"
+ },
+ "shipping": {
+ "properties": {
+ "address": {
+ "properties": {
+ "address_line_1": {
+ "type": "string"
+ },
+ "admin_area_1": {
+ "type": "string"
+ },
+ "admin_area_2": {
+ "type": "string"
+ },
+ "country_code": {
+ "type": "string"
+ },
+ "postal_code": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "Order status (e.g., CREATED, APPROVED, VOIDED, COMPLETED)",
+ "type": "string"
+ },
+ "update_time": {
+ "description": "Order last update timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}