FulfillmentGuideReference

🥾 Products

Endpoints for programmatically inserting store products into the system.


🔐 Authentication

All requests must include a Bearer token in the Authorization header:

Authorization: Bearer <your-access-token>
If the token is missing or invalid, the request will be rejected with a 401 Unauthorized response.

🥾 Creating Products

To create a new product in the Frisbo system, send a GET request to the /fulfillment/inventory_items/inventory_item endpoint with a valid Authorization header and a properly structured JSON payload. This request should include all the details needed to process and fulfill the order.

📄 Required Headers

Header

Value

Required

Authorization

Bearer <access-token>

Content-Type

application/json