docs.remarkable.net
StocksQuantities

Update Stock Quantities

Update stock Quantities via JSON. Authorize with basic auth

PUT/v1/batches/stocks/quantities
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

stocks?array<RemarkableCommerce.Store.Api.Models.Import.StockQuantity> | null

Response Body

curl -X PUT "https://loading/v1/batches/stocks/quantities" \  -H "Content-Type: application/json" \  -d '{}'
{
  "importTaskGuid": "12fc4914-3218-43c0-afda-4651810d5aa2",
  "feedType": "string",
  "processed": true,
  "dateProcessed": "2019-08-24T14:15:22Z",
  "updatedCount": 0,
  "errorCount": 0,
  "success": true
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?