ASIN Data API integration (Data, Marketing). Imported from open-connector.
https://api.asindataapi.com/destinations/{destination_id}
| Param | Type | Required | Description |
|---|---|---|---|
| destination_id | string | required | The unique identifier of the destination to delete. Can be obtained from the li… |
/collections/{collection_id}
| Param | Type | Required | Description |
|---|---|---|---|
| collection_id | string | required | Unique identifier of the collection to retrieve. Can be obtained from ASIN Data… |
/collections/{collection_id}/requests/{page}
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | required | Page number for pagination, starting at 1. Each page returns up to 1000 request… |
| collection_id | string | required | Unique identifier of the collection whose requests are to be listed. Can be obt… |
/destinations
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for pagination, starting at 1. |
| sort_by | string | optional | Sort criteria for destinations. |
| search_term | string | optional | Filter destinations by name. |
| sort_direction | string | optional | Sort order for destinations. |
/destinations/{destination_id}
| Param | Type | Required | Description |
|---|---|---|---|
| destination_id | string | required | The unique identifier of the destination. |
| name | string | optional | New name for the destination. |
| enabled | boolean | optional | Whether the destination should be enabled or disabled. |
| oss_region_id | string | optional | Alibaba Cloud OSS region ID. |
| gcs_access_key | string | optional | Google Cloud Storage access key for GCS authentication. |
| gcs_secret_key | string | optional | Google Cloud Storage secret key for GCS authentication. |
| oss_access_key | string | optional | Alibaba Cloud OSS access key for OSS authentication. |
| oss_secret_key | string | optional | Alibaba Cloud OSS secret key for OSS authentication. |
| s3_bucket_name | string | optional | AWS S3 bucket name for S3-type destinations. |
| s3_path_prefix | string | optional | Path prefix within the S3 bucket where files will be stored. |
| gcs_bucket_name | string | optional | Google Cloud Storage bucket name for GCS destinations. |
| gcs_path_prefix | string | optional | Path prefix within the GCS bucket. |
| oss_bucket_name | string | optional | Alibaba Cloud OSS bucket name for OSS destinations. |
| oss_path_prefix | string | optional | Path prefix within the OSS bucket. |
| s3_access_key_id | string | optional | AWS access key ID for S3 authentication. |
| azure_account_key | string | optional | Azure storage account key for Azure authentication. |
| azure_path_prefix | string | optional | Path prefix within the Azure container. |
| azure_account_name | string | optional | Azure storage account name for Azure destinations. |
| azure_container_name | string | optional | Azure container name where files will be stored. |
| s3_secret_access_key | string | optional | AWS secret access key for S3 authentication. |