Linking an Order back to a promoted listing campaign id?
For BI reasons I am looking to store the promoted listing (https://developer.ebay.com/api-docs/sell/static/marketing/promoted-listings.html) campaign id against each order sold.
I've tried looking in the post-order and fulfilment APIs, there is the confusingly similar promotion campaign id but that is for price discounts.
The json order API has the unhelpful boolean, that tells me it was in a campaign but not which campaign:
"properties": {
"buyerProtection": true,
"soldViaAdCampaign": true
},
and the finance API is able to link ad fees against order, but does not give the campaign id that determines how the ad fee was costed/calculated.
Can anyone point me to what API or combination of API requests I can use to link order id to promoted listing campaign id?
alda-7143
Posted 3 years ago
0 comments