Saltar al contenido principal
PUT
/
v1
/
warehouse
/
shipments
/
{shipmentReference}
Edit an existing warehouse shipment
curl --request PUT \
  --url https://api.bold-factory.com/v1/warehouse/shipments/{shipmentReference} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "date": "2023-12-25",
  "locationReference": "<string>"
}
'
{
  "type": "https://api.bold-factory.com/errors/FILTER_PARSING_FAILED",
  "title": "Filter parsing failed",
  "status": 400,
  "detail": "The filter string could not be parsed or contains invalid column references: CreatedBy column does not exist.",
  "instance": "POST /v1/items/products/search",
  "code": "FILTER_PARSING_FAILED"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

shipmentReference
string
requerido

Cuerpo

application/json
code
string
requerido
date
string<date>
requerido
locationReference
null | string

Respuesta

No Content