{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Guest_purchase_order API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Guest_purchase_order", "type": "folder" }, "items": [ { "info": { "name": "getGuestPurchaseOrder", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/guest_purchase_order/:purchaseOrderId", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" }, { "name": "X-EBAY-C-ENDUSERCTX", "value": "" } ], "params": [ { "name": "purchaseOrderId", "value": "", "type": "path", "description": "This path parameter specifies the unique identifier of a purchase order made by a guest buyer, for which details are to be retrieved.

Note: This value is returned in the response URL that is sent through the new eBay pay widget. For more information about eBay managed payments and the new Order API payment flow, see Order API in the Buying Integration Guide." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Note: The Order API (v2) currently only supports the guest payment/checkout flow. If you need to support member payment/checkout flow, use the v1_beta version of the Order API.