Type
|
Update
|
List
|
Orders
|
URL
|
http://{domain}/api/v2/orders/update_fulfillment.json
|
Accepts Filters
|
No
|
Output Attributes
|
No
|
Update Fulfillment Orders
These parameters are used for Updating Fulfillment Orders
Parameter
|
Type
|
Required
|
Notes
|
Example
|
fulfillment
|
int
|
Yes
|
Fulfillment ID
|
40
|
cancel
|
boolean
|
No
|
If cancel is true it will be canceled otherwise it will ship.
|
true
|
notes
|
string
|
No
|
|
|
shipping_cost
|
decimal
|
Yes
|
The amount it cost to ship fulfillment
|
8.45
|
tracking
|
string
|
No
|
Tracking Code for the shipment
|
565981684TF74
|
Response
Example JSON returned
{
"code": "200",
"data": "1"
}