Address Management Guide
5
6

11
Implementing Address ID in Operations

curl --location 'https://realtime.easyparser.com/v1/request?
api_key=YOUR_API_KEY&
platform=AMZ&
operation=DETAIL&
address_id=722&
domain=.com&
language=en_US&
asin=B0BP7JJWHC&
a_plus_content=false'curl --location 'https://bulk.easyparser.com/v1/bulk' \
--header 'api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '[
{
"platform": "AMZ",
"operation": "DETAIL",
"domain": ".com",
"address_id" : 722,
"payload": {
"asins": [
"B0BP7JJWHC"
]
},
"callback_url": "https://example.com/webhook"
}
]'Last updated



