Referencia de APIResources / Resource Create Resource price bulk
POST /v1/resource/price/bulk • validated by `postBulkPriceTier`
← Back to full API referencePOST/v1/resource/price/bulkAuthentication required
Resource endpoints let you create and maintain catalog items used across sales, purchasing, and inventory workflows.
- Requires organization permissions for this resource.
- Validated by Zod schema: postBulkPriceTier.
Request details
Path params
No path parameters for this endpoint.
Query params
No explicit query schema was captured for this endpoint.
Body fields
priceTiers (required)
Type: array
Example:
priceTiers[] (required)
Type: object
priceTiers[].resourceId
Type: number
priceTiers[].sku
Type: string
priceTiers[].variation (required)
Type: string
priceTiers[].maxDiscountVariation
Type: string
priceTiers[].recurrency
Type: enum
Example: ONE_TIME
priceTiers[].minQuantity (required)
Type: number
priceTiers[].applicableToLabel
Type: string
priceTiers[].currency
Enum-like validator generated by zodFromObj
Default payloads
Body
{
"priceTiers": [
{
"variation": "string",
"minQuantity": 1
}
]
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
POST/v1/resource/price/bulkAuthentication required
Group: Resources / Resource
POST /v1/resource/price/bulk • validated by `postBulkPriceTier`
Resource endpoints let you create and maintain catalog items used across sales, purchasing, and inventory workflows.
- Requires organization permissions for this resource.
- Validated by Zod schema: postBulkPriceTier.
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.