# List of New Order Fulfillment With Product Get list of New Order Fulfillment with product that is not yet picked Required Group Role: "Fulfillment" - "VIEW" Endpoint: GET /Fulfillment/NewOrderWithProduct Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `From` (string) From Date (format: yyyy/mm/dd) - `To` (string) To Date (format: yyyy/mm/dd) - `PageNumber` (integer, required) The number of page data to be displayed Example: 1 - `PageSize` (integer, required) The number of rows returned by the API Example: 20 - `Fulfillment` (string) Status of Fulfillment ## Response 200 fields (application/json): - `Outlet` (string) Outlet Name that fultillment later - `Number` (string) Invoice Number - `Customer` (object) - `Customer.ID` (string) Customer ID - `Customer.Name` (string) Customer Name - `Customer.Mobile` (string) Customer Mobile Number - `Customer.Email` (string) Customer Email - `Customer.Address` (string) Customer Address - `Created` (string) Invoice Created Time - `SalesNTax` (number) Total Amount of Sales and Tax - `Payment` (string) Payment State - `Fulfillment` (string) Fulfillment State - `LogisticServiceName` (string) Logistic Service Name - `Variants` (array) - `Variants.VariantID` (string) - `Variants.Name` (string) - `Variants.Code` (string) - `Variants.Quantity` (integer) - `Variants.ThumbnailURL` (string) Product Variant Thumbnail URL