Skip to main content
PUT
/
api
/
v1
/
:team_slug
/
:app_slug
/
products
/
:product_id
/
variants
/
:variant_id
/
prices-batch
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "amount_cents_with_tax": 123,
      "created_at": "<string>",
      "id": "<string>",
      "market": {
        "active": true,
        "country_codes": [
          "<string>"
        ],
        "created_at": "<string>",
        "currency_code": "<string>",
        "id": "<string>",
        "locale": "<string>",
        "name": "<string>",
        "slug": "<string>",
        "updated_at": "<string>"
      },
      "on_sale": true,
      "sale_end_timestamp": "<string>",
      "sale_price_with_tax": 123,
      "sale_start_timestamp": "<string>",
      "status": "active",
      "store_group": {
        "country_of_sale": "<string>",
        "created_at": "<string>",
        "description": "<string>",
        "id": "<string>",
        "name": "<string>",
        "slug": "<string>",
        "store_type": "<string>",
        "updated_at": "<string>"
      },
      "updated_at": "<string>"
    }
  ],
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

variant_id
string
required

Variant ID

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

product variant price data

prices
object[]
required
store_group_slug
string
required

Response

product variant price data

data
object[]
details
string[]

Other information which can be relative to the response. This field is used to give additional information then the main data we want to return. For instance if a product do not match the publishing rules will the product status be set to Incomplete and this field will include why

success
boolean