← Tools Reference

ASIN Data API

ASIN Data API integration (Data, Marketing). Imported from open-connector.

API key5 toolshttps://api.asindataapi.com
DELETE
asin_data_api_delete_destination
Delete a destination from the ASIN Data API account.

/destinations/{destination_id}

1 parameter
ParamTypeRequiredDescription
destination_idstringrequiredThe unique identifier of the destination to delete. Can be obtained from the li…
GET
asin_data_api_get_collection
Get details of a specific ASIN Data API collection including status and request counts.

/collections/{collection_id}

1 parameter
ParamTypeRequiredDescription
collection_idstringrequiredUnique identifier of the collection to retrieve. Can be obtained from ASIN Data…
GET
asin_data_api_list_collection_requests
List requests in an ASIN Data API collection by page.

/collections/{collection_id}/requests/{page}

2 parameters
ParamTypeRequiredDescription
pageintegerrequiredPage number for pagination, starting at 1. Each page returns up to 1000 request…
collection_idstringrequiredUnique identifier of the collection whose requests are to be listed. Can be obt…
GET
asin_data_api_list_destinations
List destinations configured on the ASIN Data API account with optional filtering and sorting.

/destinations

4 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number for pagination, starting at 1.
sort_bystringoptionalSort criteria for destinations.
search_termstringoptionalFilter destinations by name.
sort_directionstringoptionalSort order for destinations.
PUT
asin_data_api_update_destination
Update an existing ASIN Data API destination configuration. Only include fields you want to update.

/destinations/{destination_id}

20 parameters
ParamTypeRequiredDescription
destination_idstringrequiredThe unique identifier of the destination.
namestringoptionalNew name for the destination.
enabledbooleanoptionalWhether the destination should be enabled or disabled.
oss_region_idstringoptionalAlibaba Cloud OSS region ID.
gcs_access_keystringoptionalGoogle Cloud Storage access key for GCS authentication.
gcs_secret_keystringoptionalGoogle Cloud Storage secret key for GCS authentication.
oss_access_keystringoptionalAlibaba Cloud OSS access key for OSS authentication.
oss_secret_keystringoptionalAlibaba Cloud OSS secret key for OSS authentication.
s3_bucket_namestringoptionalAWS S3 bucket name for S3-type destinations.
s3_path_prefixstringoptionalPath prefix within the S3 bucket where files will be stored.
gcs_bucket_namestringoptionalGoogle Cloud Storage bucket name for GCS destinations.
gcs_path_prefixstringoptionalPath prefix within the GCS bucket.
oss_bucket_namestringoptionalAlibaba Cloud OSS bucket name for OSS destinations.
oss_path_prefixstringoptionalPath prefix within the OSS bucket.
s3_access_key_idstringoptionalAWS access key ID for S3 authentication.
azure_account_keystringoptionalAzure storage account key for Azure authentication.
azure_path_prefixstringoptionalPath prefix within the Azure container.
azure_account_namestringoptionalAzure storage account name for Azure destinations.
azure_container_namestringoptionalAzure container name where files will be stored.
s3_secret_access_keystringoptionalAWS secret access key for S3 authentication.