Create Product Delivery
Fuga Delivery
Create Product Delivery
/product//deliveries
POST
Create Product Delivery
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//deliveries Description: Create a new delivery for a product to one or more DDEX/FUGA providers. Authorization:- Required role:
adminor higher
POST
Parameters:
Validation Requirements:
- Product must have a UPC code
- Provider must be configured and active for the tenant (“DDEX & Deliveries” addon)
errors on that provider’s
entry in the deliveries array of the response.
Response status depends on outcome:
201— every requested provider was dispatched207— some providers were dispatched, others were blocked422— every provider was blocked (nothing dispatched)409— blocked because a FUGA update would overwrite currently-populated fields with blanks; resend withconfirmDestructive: true
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Body
application/json
Single provider ID or array of provider IDs
Example:
Automatically start delivery; when false, only validates each provider
Optional DDEX metadata overrides applied to the product before delivery
Confirms a FUGA update that would clear previously-populated fields