Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for AssignedFulfillmentOrder resource #295

Merged
merged 2 commits into from
May 29, 2023

Conversation

Spotnyk
Copy link
Contributor

@Spotnyk Spotnyk commented May 29, 2023

This pull request supports the AssignedFulfillmentOrder resource:
https://shopify.dev/docs/api/admin-rest/2023-04/resources/assignedfulfillmentorder

AssignedFulfillmentOrder Resource

Example:

// Requesting all assigned fulfillment orders
$shopify->AssignedFulfillmentOrder()->get();

// Requesting assigned fulfillment orders (by status)
$shopify->AssignedFulfillmentOrder()->get(["assignment_status" => "fulfillment_requested"]);

// Requesting assigned fulfillment orders (by locations)
$shopify->AssignedFulfillmentOrder()->get(["location_ids" => ["123456789"]]);

@tareqtms tareqtms merged commit 9e885b7 into phpclassic:master May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants