Note
The Fulfillment APIs are coming soon.
Product, ASN, and Inventory¶
The Products APIs and ASN APIs let retailers manage their product offerings at the fulfillment center. For a list of all fulfillment operations, see Fulfillment API Resources.
Products APIs¶
The product APIs send, update and manage the retailer’s product offerings at the fulfillment center.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/products |
|
PUT |
/v1/products/{sku} |
|
POST |
/v1/products/bulk |
|
GET |
/v1/products/{sku} |
|
POST |
/v1/products/search |
ASN APIs¶
The ASN APIs notify Pitney Bowes what products a retailer is sending to the fulfillment center.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/receiving-asn |
|
PUT |
/v1/receiving-asn/{receivingASNId} |
|
GET |
/v1/receiving-asn/{receivingASNId} |
|
POST |
/v1/receiving-asn/search
|
|
PUT |
/v1/receiving-asn/{receivingASNId}/cancel |
Inventory APIs¶
The Inventory APIs retrieve the retailer’s current inventory at the fulfillment center.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/inventory/snapshot |