Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to obtain location list #318

Open
aogg2023 opened this issue Jan 17, 2024 · 4 comments
Open

how to obtain location list #318

aogg2023 opened this issue Jan 17, 2024 · 4 comments

Comments

@aogg2023
Copy link

I am not yet able to adapt to the SDK method. May I know if there are any documents available for me to check or who can tell me about their previous usage methods

@aogg2023
Copy link
Author

What I currently know is:fulfillments 、fulfillment_order、order

@aogg2023
Copy link
Author

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}

@aogg2023
Copy link
Author

I understand through examples

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

@pynner
Copy link

pynner commented Jan 25, 2024

$shopify->Location->get(); should return the list of locations available

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants