Skip to content

Create /order endpoints #14

@rexchoppers

Description

@rexchoppers
  • Get /order (Pagination)
  • Get /order/:uuid
  • POST /order
  "channel": "Channel ID",
  "warehouseUuid": "warehouse uuid (Support split orders later on?)",
  "orderNumber?": "Optional",
  "companyUuid": "Company ID",
  "companyName": "",
  "firstName": "First name",
  "lastName": "Last name",
  "email": "",
  "phone": "",
  "mobile": "",
  "addressLines": [
    
  ],
  "town",
  "city",
  "region",
  "country",
  "zipCode",
  "deliveryService": "Service ID",
  "items": [
    {
      "SKU": "SKU89",
      
    }
  ],
  "generalNotes": "",
  "pickingNotes": "",
  "packingNotes": "",
  "deliveryNotes": "",
  
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions