Browse sources$ls -a sources
Logo of amazon-sp
Amazon Selling Partner
Tap into your customers' sales data inside Amazon
Sync your customers' dataFiber pulls data from your customers' Amazon Selling Partner accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Logo of amazon-sp
Fiber
postgres-prod
amazon_sp_financial_events
amazon_sp_inventory_summaries
amazon_sp_ledger_items
Your customers' Amazon accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Amazon Selling Partner API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the ListingItems belonging to the Amazon
-- Selling Partner seller of a particular user.

SELECT *
FROM fiber.amazon_sp_listing_item
WHERE seller_id = '{user.seller_id}'
-- Fetch all the ListingItems belonging to the Amazon
-- Selling Partner seller of a particular user.

SELECT *
FROM fiber.amazon_sp_listing_item
WHERE seller_id = '{user.seller_id}'
Code
CREATE TABLE fiber.amazon_sp_listing_item (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
seller_id TEXT,
sku TEXT,
summaries JSONB,
issues JSONB,
offers JSONB,
fulfillment_availability JSONB,
procurement JSONB,
attributes JSONB
)
CREATE TABLE fiber.amazon_sp_listing_item (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
seller_id TEXT,
sku TEXT,
summaries JSONB,
issues JSONB,
offers JSONB,
fulfillment_availability JSONB,
procurement JSONB,
attributes JSONB
)
Model definition
About this source
Logo of amazon-sp
Amazon Selling PartnerThe comprehensive solution for selling on amazon.com.sellercentral.amazon.com  ↗
Available resources
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Amazon Selling Partner?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Amazon Selling Partner and over 200 other APIs. Setup and deploy within minutes.
Logo of amazon-spIntegrate Amazon Selling Partner using Fiber Fiber makes it easy to access third-party data from Amazon Selling Partner accounts. Get started in just a few minutes.