Shipsidekick LogoShipsidekick Docs

Update a product

Update an existing product's details. Requires full write access to products. This endpoint only updates product-level fields. Variant updates are handled through dedicated variant endpoints.

POST
/products/{productId}

Request Body

application/jsonRequired
isBundleboolean

Whether this product is a bundle of other products

Default: false
namestring

Name of the product

slugstring

URL-friendly version of the product name

descriptionstring

Detailed description of the product

optionsarray<object>

Product options (e.g., Size, Color)

brandstring

Brand name

vendorstring

Vendor/supplier name

manufacturerstring

Manufacturer name

eccnstring

Export Control Classification Number

imageUrlstring

URL of the product image

Format: "uri"

Path Parameters

productIdRequiredstring

Unique identifier of the product

Format: "uuid"
curl -X POST "https://www.shipsidekick.com/api/v1/products/12345678-90ab-cdef-1234-567890abcdef" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Updated Product Name",
    "description": "Updated product description with more details",
    "brand": "New Brand"
  }'

Product updated successfully

{
  "object": "product",
  "data": {
    "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": {}
  }
}