Retrieves the details of an existing action item. Requires you to pass the unique impact.com ActionId
for the action requested along with the Sku
or product identifier for the action item requested.
Parameters
No parameters.
Returns
Returns an action items object if a valid identifier is provided. This request should never return an error.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSid>/Actions/<ActionID>/Items/<Sku>' \
-X GET \
-u '<AccountSid>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"Sku": "12345",
"ItemName": "Acme Tennis Balls (One Dozen)",
"Category": "Sports",
"Quantity": "2",
"SaleAmount": "19.27",
"SaleAmountCurrency": "USD",
"Payout": "0.77",
"PayoutCurrency": "USD",
"Rebate": "1.00",
"RebateCurrency": "USD",
"AdjustmentDate": "",
"AdjustmentReason": "",
"Uri": "/Advertisers/<AccountSID>/Actions/1000.4636.401482/Items/12345"
}