Update sku inventory

PUT https://api.ecartapi.com/api/v2/locations/{{locationId}}/inventories/{{inventoryId}}

This API endpoint is a crucial feature within the ecartapi solution, designed to seamlessly work with multiple e-commerce platforms, including Multivende. It enables you to modify the quantity of items in stock at a specific location.

This is a reference link to the resource from multivende documentation.

Request Body

{"inventory"=>{"available"=>"7"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"product":{"id":"20a78288-c5c5-415e-bdec-4eb11af25ae0","sku":"263484","name":"Testing","subName":null,"upc":null,"description":null,"currency":"MXN","productType":"0f381d1c-3408-11e7-8e63-2c56dc130c0d","quantity":null,"price":"1","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"8a5d8948-e13d-474b-b6c4-cd04060a7b63","name":"Prueba integracion","all":{"isFulfilled":false,"isRejected":false}},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":"created","ecartapiId":null,"ecartapi":null,"hasOptions":null},"variants":[{"id":"952a8be6-94b4-4c55-8325-0e10ed0f895d","barcode":null,"name":null,"price":null,"currency":null,"sku":"7395158139188","fulfillmentService":null,"option1":"19x26cm","option2":"Amarillo","option3":null,"dimensions":{"width":"0","height":"0","length":null,"weight":"0"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":null},"status":{"active":null},"requireShipping":null,"bundled":null,"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":null,"updatedAt":null},"ecartapiUrl":null}],"options":[],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2023-02-28T16:26:57.000Z","updatedAt":"2023-10-12T21:46:09.000Z"},"vendor":null,"sellOutStock":null,"internationalShipment":[]}}