Printago API
PATCH
/v1/integrations/ebay/{integrationId}/settings
Update eBay settings
Update eBay integration settings
Path Parameters
integrationId
required
string
The eBay integration ID
Request Body
Settings to update
RequestBody
autoCloseOrdersoptional
any
autoPrintoptional
boolean
Example Request
application/json
{
"autoPrint": true
}
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
}