Skip to main content
POST
Validate Product Delivery
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product//deliveries/validate Description: Validate a product against provider requirements without actually delivering it (dry-run). This endpoint checks if the product meets all requirements and provides suggestions for missing fields. Authorization:
  • Required role: admin or higher
Method: POST Path Parameter: Request Payload: Use Cases:
  • Pre-flight validation before delivery
  • Identifying missing metadata
  • Getting suggestions for field values

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Product ID

Body

application/json
providers
required

Single provider ID or array of provider IDs

Response

Validation completed

status
string
Example:

"success"

message
string
Example:

"Validation completed"

data
object