PUT
/
variant
/
{variantId}
/
channel-metadata
/
{channelMetadataId}
curl --request PUT \
  --url https://api.shipbob.com/2.0/variant/{variantId}/channel-metadata/{channelMetadataId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "asin": "string",
  "channel_id": 0,
  "currency": "string",
  "fnsku": "string",
  "fulfillment_channel": "string",
  "id": 0,
  "is_inventory_sync_enabled": true,
  "legacy_product_id": 0,
  "platform": "string",
  "platform_identifier": "string",
  "platform_inventory_item_id": "string",
  "price": 0.1,
  "seller_sku": "string"
}'
{
  "additional_hazmat_attributes": {
    "charge_state_percentage": 0.1,
    "container_metal": true,
    "lithium_battery_packaging": "string",
    "lithium_battery_type": "string",
    "magnet": true,
    "net_volume": 0.1,
    "net_weight": 0.1
  },
  "associated_bundles": [
    {
      "product_id": 0,
      "product_name": "string",
      "quantity": 0,
      "variant_id": 0,
      "variant_sku": "string"
    }
  ],
  "barcode": "string",
  "barcode_sticker_url": "string",
  "bundle_definition": [
    {
      "product_id": 0,
      "quantity": 0,
      "variant_id": 0,
      "variant_name": "string",
      "variant_sku": "string"
    }
  ],
  "channel_metadata": [
    {
      "channel_id": 0,
      "channel_name": "string",
      "currency": "string",
      "id": 0,
      "is_inventory_sync_enabled": true,
      "legacy_product_id": 0,
      "platform": "string",
      "platform_identifier": "string",
      "platform_inventory_item_id": "string",
      "price": 0.1,
      "seller_sku": "string"
    }
  ],
  "created_on": "2019-08-24T14:15:22Z",
  "customs": {
    "country_code_of_origin": "string",
    "currency": "string",
    "description": "string",
    "hs_tariff_code": "string",
    "is321_eligible": true,
    "value": 0
  },
  "dimension": {
    "height": 0.1,
    "is_locked": true,
    "length": 0.1,
    "source": "string",
    "unit": "string",
    "width": 0.1
  },
  "fulfillment_settings": {
    "dangerous_goods": true,
    "is_bpm_parcel": true,
    "is_case_pick": true,
    "msds_url": "string",
    "requires_prop65": true,
    "serial_scan": {
      "exact_character_length": 0,
      "is_enabled": true,
      "prefix": "string",
      "suffix": "string"
    }
  },
  "gtin": "string",
  "id": 0,
  "inventory": {
    "inventory_id": 0,
    "on_hand_qty": 0
  },
  "is_digital": true,
  "is_image_uploaded": true,
  "lot_information": {
    "is_lot": true,
    "minimum_shelf_life_days": 0
  },
  "merge_children": [
    {
      "channel_ids": [
        0
      ],
      "completed_at": "2019-08-24T14:15:22Z",
      "inventory_id": 0,
      "variant_id": 0,
      "variant_name": "string"
    }
  ],
  "name": "string",
  "packaging_material_type": {
    "id": 0,
    "name": "string"
  },
  "packaging_requirement": {
    "id": 0,
    "name": "string"
  },
  "return_preferences": {
    "backup_action": {
      "id": 0,
      "name": "string"
    },
    "instructions": "string",
    "primary_action": {
      "id": 0,
      "name": "string"
    },
    "return_to_sender_backup_action": {
      "id": 0,
      "name": "string"
    },
    "return_to_sender_primary_action": {
      "id": 0,
      "name": "string"
    }
  },
  "reviews_pending": [
    "string"
  ],
  "sku": "string",
  "status": "string",
  "upc": "string",
  "updated_on": "2019-08-24T14:15:22Z",
  "weight": {
    "unit": "string",
    "weight": 0.1
  }
}

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

variantId
string
required

The ID of the variant to update the metadata from

channelMetadataId
string
required

The ID of the channel metadata record to update

Body

application/json

Amazon Sales Channel Information with custom Amazon Fields

channel_id
integer | null
currency
string | null
id
integer | null
is_inventory_sync_enabled
boolean
platform
string | null
platform_identifier
string | null
platform_inventory_item_id
string | null
price
number
seller_sku
string | null
asin
string | null
fnsku
string | null
fulfillment_channel
string | null

Response

200
application/json
Success
associated_bundles
object[] | null
barcode
string | null
bundle_definition
object[] | null
created_on
string
customs
object
dimension
object
fulfillment_settings
object
gtin
string | null
id
integer
inventory
object
is_digital
boolean
lot_information
object
name
string | null
packaging_material_type
object
packaging_requirement
object
return_preferences
object
sku
string | null
status
string | null
upc
string | null
updated_on
string | null
weight
object
channel_metadata
object[] | null