aogg2023

Results 6 comments of aogg2023

What I currently know is:fulfillments 、fulfillment_order、order

I try get locations: get $shopify->Location->locations(); return :No action named locations is defined for Location. get $shopify->Location() return {"countEnabled":false,"readOnly":true,"searchEnabled":false,"id":null}

I understand through examples $shopify ->Location ->get(); We need to use a delivery method later on

I have reviewed your question and have not used it before. I am currently unable to answer you, Do you know the answer to my question? How to obtain all...

> > 现在 > > ``` > $fulfilledOrders = $ShopifyConnection->fulfilledOrders($sinceId,250); > foreach ($fulfilledOrders as $order) { > $shopifyBatchProcessData->batchProcess("Orders",$order,"order"); > } > ``` Thank you.

@kahmra Do you know how to obtain the required parameters for the next page page_info The value of info?