What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

is there a way to get sales order from a period of time using just facade?

U01G4K5E0J2
U01G4K5E0J2 Posts: 194 🧑🏻‍🚀 - Cadet

is there a way to get sales order from a period of time using just facade?

Comments

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 🧑🏻‍🚀 - Cadet
    /**
         * Specification:
         * - Requires OrderListTransfer::pagination to be set.
         * - Requires OrderListTransfer::format to be set.
         * - Filters orders by OrderListTransfer::filterFields if provided.
         * - Filters orders by OrderListTransfer::filter if provided.
         * - Executes SearchOrderQueryExpanderPluginInterface plugin stack.
         * - Finds orders by criteria from OrderListTransfer.
         *
         * @api
         *
         * @param \Generated\Shared\Transfer\OrderListTransfer $orderListTransfer
         *
         * @return \Generated\Shared\Transfer\OrderListTransfer
         */
        public function searchOrders(OrderListTransfer $orderListTransfer): OrderListTransfer;
    
  • U01G4K5E0J2
    U01G4K5E0J2 Posts: 194 🧑🏻‍🚀 - Cadet

    ok, understood, thanks