Gestiono
Referencia de APIResources / Resource

Create Resource price bulk

POST /v1/resource/price/bulk • validated by `postBulkPriceTier`

← Back to full API reference
POST/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

Path params

json
{}

Query

json
{}

Body

json
{
  "priceTiers": [
    {
      "variation": "string",
      "minQuantity": 1
    }
  ]
}

Sample response

json
"<result>"

Test this endpoint now

Use your own credentials and execute a live request directly from this page.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

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.

Body fields

  • priceTiersrequired
    Type: array
    Ejemplo:
  • priceTiers[]required
    Type: object
  • priceTiers[].resourceId
    Type: number
  • priceTiers[].sku
    Type: string
  • priceTiers[].variationrequired
    Type: string
  • priceTiers[].maxDiscountVariation
    Type: string
  • priceTiers[].recurrency
    Type: enum
    Ejemplo: ONE_TIME
  • priceTiers[].minQuantityrequired
    Type: number
  • priceTiers[].applicableToLabel
    Type: string
  • priceTiers[].currency
    Enum-like validator generated by zodFromObj

3. Prepare request payload

4. Server response

Run a request to inspect the real-time response for your environment.