Retrieve an item from an action

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.

Example request


curl 'https://api.impact.com/Advertisers/<AccountSid>/Actions/1000.4636.401482/Items/12345' \
	-X GET \
	-u '<AccountSid>:<AuthToken>' \
	-H 'Accept: application/json'

Example response


{
	"Sku": "12345",
	"ItemName": "Ninjago",
	"Category": "Lego",
	"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"
}