Product Catalog
Overview
This documentation provides an overview and API request examples for creating, retrieving, and modifying products through the ShipBob product catalog.
Base URL
All requests should be directed to the following base URL:
Creating a Product
Endpoint: POST /product
Notes:
-
Type ID:
1indicates a regular product (not a bundle). Use2for creating a bundle product. -
Taxonomy ID: Categorizes products in the UI. (
266represents “Clothing”). -
Packaging Requirement ID: Determines special handling (e.g.,
7for apparel). -
Customs Information: Required for international shipments.
Creating a Bundle Product
Endpoint: POST /product
Creating a Varying Product
Endpoint: POST /product
Updating Existing Products
Endpoint: PATCH /product/{product-id}
Retrieving Products
Endpoint: GET /product
Product Attributes
Product-Level Attributes
Variant-Level Attributes
Packaging Requirements
Packaging Material Types
Taxonomy Values
Taxonomy values can be found using the lookup tool (requires login): ShipBob Taxonomy Lookup

