Skip to main content

  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here.
  • API License Agreement Update: We have made significant enhancements to our API License Agreement, including detailed data protection measures and compliance with international regulations. Important restrictions have been applied to the use of Restricted APIs and AI content. Developers must review the updated agreement to ensure compliance.

Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.

order

Method NameHTTP MethodPathSummarySamples
getOrderGET/order/{orderId}Retrieves the details of a specific order.View getOrder - /order/{orderId}
getOrdersGET/orderRetrieves the details of orders matching search criteria.View getOrders - /order
issueRefundPOST/order/{order_id}/issue_refundIssues a full or partial refund to a buyer on behalf of the seller.View issueRefund - /order/{order_id}/issue_refund

order:shipping_fulfillment

Method NameHTTP MethodPathSummarySamples
createShippingFulfillmentPOST/order/{orderId}/shipping_fulfillmentCreates a shipping fulfillment for one or more line items with shipment tracking information.View createShippingFulfillment - /order/{orderId}/shipping_fulfillment
getShippingFulfillmentGET/order/{orderId}/shipping_fulfillment/{fulfillmentId}Retrieves details of a shipping fulfillment.View getShippingFulfillment - /order/{orderId}/shipping_fulfillment/{fulfillmentId}
getShippingFulfillmentsGET/order/{orderId}/shipping_fulfillmentRetrieves the details of all shipping fulfillments defined for an order.View getShippingFulfillments - /order/{orderId}/shipping_fulfillment

payment_dispute

Method NameHTTP MethodPathSummarySamples
getPaymentDisputeGET/payment_dispute/{payment_dispute_id}Retrieves full details on a specific payment dispute.View getPaymentDispute - /payment_dispute/{payment_dispute_id}
fetchEvidenceContentGET/payment_dispute/{payment_dispute_id}/fetch_evidence_contentRetrieves a specific evidence file for a payment dispute.View fetchEvidenceContent - /payment_dispute/{payment_dispute_id}/fetch_evidence_content
getActivitiesGET/payment_dispute/{payment_dispute_id}/activityRetrieves a log of activity for a payment dispute.View getActivities - /payment_dispute/{payment_dispute_id}/activity
getPaymentDisputeSummariesGET/payment_dispute_summaryRetrieves payment disputes based on search criteria.View getPaymentDisputeSummaries - /payment_dispute_summary
contestPaymentDisputePOST/payment_dispute/{payment_dispute_id}/contestContests a payment dispute.View contestPaymentDispute - /payment_dispute/{payment_dispute_id}/contest
acceptPaymentDisputePOST/payment_dispute/{payment_dispute_id}/acceptAccepts a payment dispute.View acceptPaymentDispute - /payment_dispute/{payment_dispute_id}/accept
uploadEvidenceFilePOST/payment_dispute/{payment_dispute_id}/upload_evidence_fileUploads an evidence file for a contested payment dispute.View uploadEvidenceFile - /payment_dispute/{payment_dispute_id}/upload_evidence_file
addEvidencePOST/payment_dispute/{payment_dispute_id}/add_evidenceAdds an evidence file for a payment dispute.View addEvidence - /payment_dispute/{payment_dispute_id}/add_evidence
updateEvidencePOST/payment_dispute/{payment_dispute_id}/update_evidenceUpdates an evidence set for a contested payment dispute.View updateEvidence - /payment_dispute/{payment_dispute_id}/update_evidence