Skip to main content
PUT
/
api
/
v1
/
:team_slug
/
:app_slug
/
variants
/
prices
/
bulk
Error
A valid request URL is required to generate request examples
{
  "data": {
    "failed": [
      {
        "market_slug": "<string>",
        "reason": "<string>",
        "store_group_slug": "<string>",
        "variant_id": "<string>"
      }
    ],
    "successful": [
      {
        "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

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

Prices data

prices
object[]
required
Maximum array length: 100

Response

Prices created or updated successfully

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