api_key: ********************X-Api-Key: ********************curl --location --request GET 'https://app.sellerassistant.app/api/v1/sa/inventory/suppliers//offers?page&perPage&sortKey&sortDirection&api_key=<api-key>'{
"data": [
{
"id": 1,
"internal_product_id": "P-5XK1S0NQNO",
"team_id": 123,
"user_id": 456,
"supplier_id": 10,
"sku": "SUP-12345",
"cog": 12.34,
"product_link": "https://supplier.com/product/123",
"supplier_product_title": "Supplier Product Title",
"supplier_product_code": "029877030712",
"supplier_product_code_type": "upc",
"attributes": {
"shipping_time": "2-3 days"
},
"updated_by": 456,
"created_at": "2025-12-22T10:00:00.000000Z",
"updated_at": "2025-12-22T12:30:00.000000Z"
}
],
"pagination": {
"currentPage": 1,
"perPage": 25,
"total": 100,
"lastPage": 4
}
}