Printago API
GET
/v1/integrations/ebay/{integrationId}/settings
Get eBay settings
Get eBay integration settings
Path Parameters
integrationId
required
string
The eBay integration ID
Response Schema
EbaySettings
autoCloseOrdersoptional
any
When to close the Printago order.
Only 'shipped' and 'never' exist here, unlike Etsy: eBay's Fulfillment API
reports an order as FULFILLED once tracking is uploaded but never tells us
it was delivered, so a 'delivered' option could only ever have behaved as
'shipped' or never fired at all.
autoPrintoptional
boolean
Example Response
200 OK — application/json
{
"autoPrint": true
}