Retrieves the information for a list of products
OK
A response to indicate that there was either a module level client error or an external client error.
A response to indicate that the request failed to authenticate with the shipping provider.
A response to indicate that the module does not implement this endpoint.
A response indicates that the shipping service provider has denied a request due to too many requests.
A response indicating a server level error with the module.
A response indicating a server level error with the external world.
{- "transaction_id": "string",
- "auth": {
- "order_source_api_code": "string",
- "username": "string",
- "password": "string",
- "access_token": "string",
- "api_key": "string",
- "url": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}, - "connection_name": "string"
}, - "product_ids": [
- "string"
]
}
{- "products": [
- {
- "product_id": "string",
- "name": "string",
- "description": "string",
- "identifiers": {
- "sku": "string",
- "upc": "string",
- "isbn": "string",
- "asin": "string",
- "fulfillment_sku": "string",
- "inventory_id": "string"
}, - "details": [
- {
- "name": "string",
- "value": "string"
}
], - "unit_cost": 0,
- "weight": {
- "unit": "Gram",
- "value": 0
}, - "dimensions": {
- "unit": "Centimeter",
- "height": 0,
- "width": 0,
- "length": 0
}, - "urls": {
- "product_url": "string",
- "image_url": "string",
- "thumbnail_url": "string"
}, - "location": "string"
}
]
}