Update a product variant
Update an existing product variant's details. Requires full write access to products.
Request Body
application/jsonRequiredtitlestringTitle of the variant
skustringStock keeping unit
skuAliasstringAlternative SKU identifier
barcodestringBarcode identifier
asinstringAmazon Standard Identification Number
eanstringEuropean Article Number
isbnstringInternational Standard Book Number
upcstringUniversal Product Code
pricenumberRetail price
"float"compareAtPricenumberOriginal price for comparison
"float"wholesalePricenumberWholesale price
"float"costPricenumberCost of goods
"float"currencystringCurrency code
positionintegerDisplay order position
taxablebooleanWhether the variant is taxable
discountablebooleanWhether the variant can be discounted
requiresShippingbooleanWhether the variant requires shipping
inventoryPolicystringInventory policy for out of stock items
selectedOptionsarray<object>Selected variant options
imagestringURL of the variant image
"uri"weightnumberWeight of the variant
"float"weightUnitstringUnit of weight measurement
dimensionsobjectPhysical dimensions
dimensionsUnitstringUnit of dimension measurement
tracksInventorybooleanWhether inventory is tracked
tariffCodestringHarmonized tariff code
countryOfOriginstringCountry where the variant was manufactured
Path Parameters
productIdRequiredstringUnique identifier of the product
"uuid"productVariantIdRequiredstringUnique identifier of the product variant
"uuid"curl -X POST "https://www.shipsidekick.com/api/v1/products/12345678-90ab-cdef-1234-567890abcdef/variants/98765432-fedc-ba98-7654-321012345678" \
-H "Content-Type: application/json" \
-d '{
"title": "Premium Racing Jacket - Blue/Medium",
"sku": "RCJ-BLUE-M",
"price": 209.99
}'Product variant updated successfully
{
"object": "product_variant",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"title": "string",
"sku": "string",
"skuAliases": [
"string"
],
"barcode": "string",
"asin": "string",
"ean": "string",
"isbn": "string",
"upc": "string",
"price": 0.1,
"compareAtPrice": 0.1,
"wholesalePrice": 0.1,
"costPrice": 0,
"currency": "usd",
"position": 0,
"taxable": true,
"discountable": true,
"requiresShipping": true,
"inventoryPolicy": "deny",
"inventoryAllocationStrategy": "string",
"selectedOptions": [
{
"name": "string",
"value": "string"
}
],
"image": "http://example.com",
"weight": 0.1,
"weightUnit": "oz",
"dimensions": {
"length": 0.1,
"width": 0.1,
"height": 0.1
},
"dimensionsUnit": "in",
"tracksInventory": false,
"tariffCode": "string",
"countryOfOrigin": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"product": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isBundle": false,
"name": "string",
"slug": "string",
"description": "string",
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"brand": "string",
"vendor": "string",
"manufacturer": "string",
"eccn": "string",
"imageUrl": "http://example.com",
"imageFile": "string",
"variants": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"title": "string",
"sku": "string",
"skuAliases": [
"string"
],
"barcode": "string",
"asin": "string",
"ean": "string",
"isbn": "string",
"upc": "string",
"price": 0.1,
"compareAtPrice": 0.1,
"wholesalePrice": 0.1,
"costPrice": 0,
"currency": "usd",
"position": 0,
"taxable": true,
"discountable": true,
"requiresShipping": true,
"inventoryPolicy": "deny",
"inventoryAllocationStrategy": "string",
"selectedOptions": [
{
"name": "string",
"value": "string"
}
],
"image": "http://example.com",
"weight": 0.1,
"weightUnit": "oz",
"dimensions": {
"length": 0.1,
"width": 0.1,
"height": 0.1
},
"dimensionsUnit": "in",
"tracksInventory": false,
"tariffCode": "string",
"countryOfOrigin": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"product": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isBundle": false,
"name": "string",
"slug": "string",
"description": "string",
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"brand": "string",
"vendor": "string",
"manufacturer": "string",
"eccn": "string",
"imageUrl": "http://example.com",
"imageFile": "string",
"variants": [],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"productVariants": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"title": "string",
"sku": "string",
"skuAliases": [
"string"
],
"barcode": "string",
"asin": "string",
"ean": "string",
"isbn": "string",
"upc": "string",
"price": 0.1,
"compareAtPrice": 0.1,
"wholesalePrice": 0.1,
"costPrice": 0,
"currency": "usd",
"position": 0,
"taxable": true,
"discountable": true,
"requiresShipping": true,
"inventoryPolicy": "deny",
"inventoryAllocationStrategy": "string",
"selectedOptions": [
{
"name": "string",
"value": "string"
}
],
"image": "http://example.com",
"weight": 0.1,
"weightUnit": "oz",
"dimensions": {
"length": 0.1,
"width": 0.1,
"height": 0.1
},
"dimensionsUnit": "in",
"tracksInventory": false,
"tariffCode": "string",
"countryOfOrigin": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"product": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isBundle": false,
"name": "string",
"slug": "string",
"description": "string",
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"brand": "string",
"vendor": "string",
"manufacturer": "string",
"eccn": "string",
"imageUrl": "http://example.com",
"imageFile": "string",
"variants": [],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"productVariants": [],
"serviceObjects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"serviceId": "8f8bb40f-b96b-40fe-9064-5031fbe483f9",
"type": "string",
"key": "string",
"value": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"service": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"settings": {}
}
}
],
"media": [
null
],
"featuredMedia": {}
},
"inventoryLevels": [
null
],
"inventoryLocations": [
null
],
"supplierProducts": [
null
],
"packagings": [
null
],
"serviceObjects": [
null
],
"bom": {},
"bomLineItems": [
null
],
"media": [
null
],
"featuredMedia": {},
"unitsOfMeasure": [
null
]
}
],
"serviceObjects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"serviceId": "8f8bb40f-b96b-40fe-9064-5031fbe483f9",
"type": "string",
"key": "string",
"value": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"service": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"settings": {}
}
}
],
"media": [
null
],
"featuredMedia": {}
},
"inventoryLevels": [
null
],
"inventoryLocations": [
null
],
"supplierProducts": [
null
],
"packagings": [
null
],
"serviceObjects": [
null
],
"bom": {},
"bomLineItems": [
null
],
"media": [
null
],
"featuredMedia": {},
"unitsOfMeasure": [
null
]
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"productVariants": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"title": "string",
"sku": "string",
"skuAliases": [
"string"
],
"barcode": "string",
"asin": "string",
"ean": "string",
"isbn": "string",
"upc": "string",
"price": 0.1,
"compareAtPrice": 0.1,
"wholesalePrice": 0.1,
"costPrice": 0,
"currency": "usd",
"position": 0,
"taxable": true,
"discountable": true,
"requiresShipping": true,
"inventoryPolicy": "deny",
"inventoryAllocationStrategy": "string",
"selectedOptions": [
{
"name": "string",
"value": "string"
}
],
"image": "http://example.com",
"weight": 0.1,
"weightUnit": "oz",
"dimensions": {
"length": 0.1,
"width": 0.1,
"height": 0.1
},
"dimensionsUnit": "in",
"tracksInventory": false,
"tariffCode": "string",
"countryOfOrigin": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"product": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isBundle": false,
"name": "string",
"slug": "string",
"description": "string",
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"brand": "string",
"vendor": "string",
"manufacturer": "string",
"eccn": "string",
"imageUrl": "http://example.com",
"imageFile": "string",
"variants": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"title": "string",
"sku": "string",
"skuAliases": [
"string"
],
"barcode": "string",
"asin": "string",
"ean": "string",
"isbn": "string",
"upc": "string",
"price": 0.1,
"compareAtPrice": 0.1,
"wholesalePrice": 0.1,
"costPrice": 0,
"currency": "usd",
"position": 0,
"taxable": true,
"discountable": true,
"requiresShipping": true,
"inventoryPolicy": "deny",
"inventoryAllocationStrategy": "string",
"selectedOptions": [
{
"name": "string",
"value": "string"
}
],
"image": "http://example.com",
"weight": 0.1,
"weightUnit": "oz",
"dimensions": {
"length": 0.1,
"width": 0.1,
"height": 0.1
},
"dimensionsUnit": "in",
"tracksInventory": false,
"tariffCode": "string",
"countryOfOrigin": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"product": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isBundle": false,
"name": "string",
"slug": "string",
"description": "string",
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"brand": "string",
"vendor": "string",
"manufacturer": "string",
"eccn": "string",
"imageUrl": "http://example.com",
"imageFile": "string",
"variants": [],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"productVariants": [],
"serviceObjects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"serviceId": "8f8bb40f-b96b-40fe-9064-5031fbe483f9",
"type": "string",
"key": "string",
"value": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"service": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"settings": {}
}
}
],
"media": [
null
],
"featuredMedia": {}
},
"inventoryLevels": [
null
],
"inventoryLocations": [
null
],
"supplierProducts": [
null
],
"packagings": [
null
],
"serviceObjects": [
null
],
"bom": {},
"bomLineItems": [
null
],
"media": [
null
],
"featuredMedia": {},
"unitsOfMeasure": [
null
]
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"featuredMediaId": "ae12f69f-58ad-4875-a887-b7bcc16d920b",
"productVariants": [],
"serviceObjects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"serviceId": "8f8bb40f-b96b-40fe-9064-5031fbe483f9",
"type": "string",
"key": "string",
"value": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"service": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"settings": {}
}
}
],
"media": [
null
],
"featuredMedia": {}
},
"inventoryLevels": [
null
],
"inventoryLocations": [
null
],
"supplierProducts": [
null
],
"packagings": [
null
],
"serviceObjects": [
null
],
"bom": {},
"bomLineItems": [
null
],
"media": [
null
],
"featuredMedia": {},
"unitsOfMeasure": [
null
]
}
],
"serviceObjects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"serviceId": "8f8bb40f-b96b-40fe-9064-5031fbe483f9",
"type": "string",
"key": "string",
"value": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"service": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z",
"settings": {}
}
}
],
"media": [
null
],
"featuredMedia": {}
},
"inventoryLevels": [
null
],
"inventoryLocations": [
null
],
"supplierProducts": [
null
],
"packagings": [
null
],
"serviceObjects": [
null
],
"bom": {},
"bomLineItems": [
null
],
"media": [
null
],
"featuredMedia": {},
"unitsOfMeasure": [
null
]
}
}