cURL
curl --request POST \ --url https://api-sandbox.argyle.com/v2/item-migrations \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "link_items": [ "GigAndGo", "GigDrive", "GigAntic" ] } '
{ "GigAndGo": { "id": "item_000000003" }, "GigDrive": { "id": "item_000000042" }, "GigAntic": { "id": "item_000000819" } }
Returns the Item ID’s that correspond to a provided list of Link item ID’s.
Item ID’s use the convention: “item_[9 digits]” - "item_123456789" for example.
"item_123456789"
Username = api_key_id, Password = api_key_secret
Array of Link item ID's.
Object keyed by Link item ID's. Each key maps to an object containing the corresponding Item ID.