AssignedFulfillmentOrder
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2020-01/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2020-04/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2020-07/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2020-10/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2021-01/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/2021-04/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}
The AssignedFulfillmentOrder resource allows you to retrieve all the fulfillment orders
that are assigned to an app at the shop level. The list of fulfillment orders can be filtered
by location and assignment status such as cancellation_requested
and fulfillment_requested
.
What you can do with AssignedFulfillmentOrder
The Shopify API lets you do the following with the AssignedFulfillmentOrder resource. More detailed versions of these general actions may be available:
AssignedFulfillmentOrder properties
assigned_location_id |
The ID of the location that has been assigned to do the work. |
destination |
The destination where the items should be sent.
|
id |
The ID of the fulfillment order. |
line_items |
Represents line items belonging to a fulfillment order:
|
order_id |
The ID of the order that's associated with the fulfillment order. |
request_status |
The request status of the fulfillment order. Valid values:
|
shop_id |
The ID of the shop that's associated with the fulfillment order. |
status |
The status of the fulfillment order. Valid values:
|
Endpoints
assignment_status
|
The assigment status of the fulfillment orders that should be returned:
|
location_ids
|
The IDs of the assigned locations of the fulfillment orders that should be returned. |
Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app
GET /admin/api/unstable/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903
View Response
HTTP/1.1 200 OK
{
"fulfillment_orders": [
{
"id": 1046000790,
"shop_id": 690933842,
"order_id": 450789469,
"assigned_location_id": 48752903,
"fulfillment_service_handle": "shipwire-app",
"request_status": "cancellation_requested",
"status": "in_progress",
"supported_actions": [
"cancel_fulfillment_order",
"create_fulfillment"
],
"destination": {
"id": 1025578629,
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"last_name": "Norman",
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202"
},
"line_items": [
{
"id": 1025578632,
"shop_id": 690933842,
"fulfillment_order_id": 1046000790,
"quantity": 1,
"line_item_id": 518995019,
"inventory_item_id": 49148385,
"fulfillable_quantity": 1,
"variant_id": 49148385
}
],
"outgoing_requests": [],
"assigned_location": {
"address1": null,
"address2": null,
"city": null,
"country_code": "DE",
"location_id": 48752903,
"name": "Apple Api Shipwire",
"phone": null,
"province": null,
"zip": null
}
}
]
}