Actions (31)
Payment Disputes · 9
- Accept payment disputePOST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/accept
Accept a payment dispute and optionally provide a return address.
documented - Add evidencePOST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/add_evidence
Add one or more evidence files to a payment dispute.
documented - Contest payment disputePOST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/contest
Submit contestation for a buyer-initiated payment dispute.
documented - Fetch evidence contentGET /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/fetch_evidence_content
Retrieve a specific evidential file for a payment dispute.
documented - Get payment disputeGET /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}
Retrieve details of a specific payment dispute.
documented - Get payment dispute activityGET /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/activity
Retrieve the activity history for a payment dispute.
documented - List payment dispute summariesGET /sell/fulfillment/v1/payment_dispute_summary
Retrieve summaries of payment disputes filed against the seller.
documented - Update evidencePOST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/update_evidence
Update an existing evidence set for a payment dispute.
documented - Upload evidence filePOST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/upload_evidence_file
Upload an evidentiary file for a payment dispute (multipart/form-data).
documented
Inventory Item · 8
- Bulk create or replace inventory itemsPOST /sell/inventory/v1/bulk_create_or_replace_inventory_item
Create or replace up to 25 inventory item records in a single call.
documented - Bulk get inventory itemsPOST /sell/inventory/v1/bulk_get_inventory_item
Retrieve multiple inventory items by SKU.
documented - Bulk update price and quantityPOST /sell/inventory/v1/bulk_update_price_quantity
Update price and quantity for multiple inventory items.
documented - Create or replace inventory itemPUT /sell/inventory/v1/inventory_item/{sku}
Create or replace a single inventory item for the given SKU.
documented - Delete inventory itemDELETE /sell/inventory/v1/inventory_item/{sku}
Delete an inventory item by SKU.
documented - Get inventory itemGET /sell/inventory/v1/inventory_item/{sku}
Retrieve an inventory item by SKU.
documented - List inventory itemsGET /sell/inventory/v1/inventory_item
List inventory items with pagination.
documented - List inventory items (paged)GET /sell/inventory/v1/inventory_item?
List inventory items with pagination (alternative paging endpoint).
documented
Inventory Locations · 7
- Create inventory locationPOST /sell/inventory/v1/location
Create a new inventory location.
documented - Delete inventory locationDELETE /sell/inventory/v1/location/{merchantLocationKey}
Delete an inventory location.
documented - Disable inventory locationPOST /sell/inventory/v1/location/{merchantLocationKey}/disable
Disable an inventory location.
documented - Enable inventory locationPOST /sell/inventory/v1/location/{merchantLocationKey}/enable
Enable an inventory location.
documented - Get inventory locationGET /sell/inventory/v1/location/{merchantLocationKey}
Get a specific inventory location.
documented - List inventory locationsGET /sell/inventory/v1/location
List inventory locations.
documented - Update inventory locationPUT /sell/inventory/v1/location/{merchantLocationKey}
Update an existing inventory location.
documented
Orders · 3
- Get orderGET /sell/fulfillment/v1/order/{orderId}
Retrieve a single order by its orderId.
documented - Issue refundPOST /sell/fulfillment/v1/order/{orderId}/issue_refund
Issue a full or partial refund to a buyer for an order or specific line items.
documented - List ordersGET /sell/fulfillment/v1/order
Search and retrieve seller orders by creation date, modification date, or fulfillment status.
documented
Shipping Fulfillments · 3
- Create shipping fulfillmentPOST /sell/fulfillment/v1/order/{orderId}/shipping_fulfillment
Create shipping fulfillment for the specified order and line items.
documented - Get shipping fulfillment by IDGET /sell/fulfillment/v1/order/{orderId}/shipping_fulfillment/{fulfillmentId}
Retrieve a specific shipping fulfillment for an order.
documented - List shipping fulfillmentsGET /sell/fulfillment/v1/order/{orderId}/shipping_fulfillment
Retrieve all fulfillments for a given order.
documented