curl --request PATCH \
  --url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/purchaseOrders \
  --header 'Content-Type: application/json' \
  --data '{
  "product_lines": [
    {
      "ordered_quantity": 24,
      "product": {
        "sku": "REF0123458",
        "hs_code": "96032930",
        "description": "blue shirt with a T shape",
        "is_hazardous": "false",
        "hazardous_description": "UN1993",
        "custom_parameters": [
          {
            "name": "parameter1",
            "value": "value1"
          }
        ]
      },
      "reference": "Delivery #1",
      "unit_price": {
        "amount": 150357.99,
        "currency": "USD"
      },
      "volume": 15,
      "volume_unit": "m3"
    }
  ],
  "reference": "PO5792303"
}'
{
  "reference": "<string>"
}

Body

application/json

Response

201
application/json

Purchase order updated

curl --request PATCH \
  --url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/purchaseOrders \
  --header 'Content-Type: application/json' \
  --data '{
  "product_lines": [
    {
      "ordered_quantity": 24,
      "product": {
        "sku": "REF0123458",
        "hs_code": "96032930",
        "description": "blue shirt with a T shape",
        "is_hazardous": "false",
        "hazardous_description": "UN1993",
        "custom_parameters": [
          {
            "name": "parameter1",
            "value": "value1"
          }
        ]
      },
      "reference": "Delivery #1",
      "unit_price": {
        "amount": 150357.99,
        "currency": "USD"
      },
      "volume": 15,
      "volume_unit": "m3"
    }
  ],
  "reference": "PO5792303"
}'
{
  "reference": "<string>"
}

Body

application/json

Response

201
application/json

Purchase order updated