Create an fulfillment for the fulfillment order ( single or batch )
Requires write_assigned_fulfillment_orders access scope.
For more info , refer to:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillments/fulfillments.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
fulfillmentobject required
Parcel single logistics informationline_items_by_fulfillment_orderobject[] required
List of order numberfulfillment_order_id string requiredOrder numberExample:"1046000807"
fulfillment_order_line_itemsobject[]
Performance order Product lineid string requiredOrder for sale Product line idExample:6076
quantity integer requiredShipping quantityExample:2
message stringNotification informationExample:"he package was shipped this morning."
notify_customer booleanNotify consumers or notExample:true
tracking_infoobject
Logistics informationcompany stringLogistics companyExample:"my-company"
number stringLogistics single numberExample:"UG15439033"
url stringTrack linksExample:http://www.my-url.com
- order_id string requiredOrder idExample:
"21057116277667827637773776"
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
fulfillmentobject
Package detailscreated_at stringCreation timeExample:2022-10-21T08:56:20-04:00
id stringParcel single idExample:"4005740193290131085320"
line_itemsobject[]
Package Productfulfillable_quantity integerRemaining quantity can be shippedExample:1
fulfillment_quantity integerShipping quantityExample:1
fulfillment_status stringPackage trackingExample:"open"
grams doubleWeightExample:10.5
id stringidExample:"466157049"
name stringSku titleExample:Trade name
price stringItem priceExample:"100.00"
price_setobject
Item price informationpresentment_moneyobject
Priceamount stringTotalExample:"100.00"
currency_code stringCurrencyExample:"USD"
shop_moneyobject
Store priceamount stringTotalExample:"100.00"
currency_code stringCurrencyExample:"USD"
product_id stringProduct serial numberExample:"343342675"
propertiesobject[]
Additional informationadditional stringAdditional informationExample:" add-on information "
name stringCustom attribute nameExample:" picture "
type stringAttribute typeExample:"picture"
urls arrayUrl listExample:["https://www.myshopline.com"]
value stringCustom attribute valuesExample:"value"
quantity integerSku quantityExample:1
requires_shipping booleanShipping or notExample:true
sku stringProduct barcodeExample:"183423409238904944"
tax_linesobject[]
Tax itemname stringTax nameExample:" item tax "
price stringTaxExample:"10.00"
price_setobject
Multi-currency information of taxpresentment_moneyobject
Priceamount stringTotalExample:"10.00"
currency_code stringCurrencyExample:"USD"
shop_moneyobject
Store priceamount stringTotalExample:"10.00"
currency_code stringCurrencyExample:"USD"
rate stringTax rateExample:"1.00"
title stringTax titleExample:" Product tax "
taxable booleanTax or not?Example:true
title stringProduct titleExample:"Draft"
total_discount stringDiscountExample:"0.00"
total_discount_setobject
Great price informationpresentment_moneyobject
Priceamount stringTotalExample:"0.00"
currency_code stringCurrencyExample:"USD"
shop_moneyobject
Store priceamount stringTotalExample:"0.00"
currency_code stringCurrencyExample:"USD"
variant_id stringSku serial numberExample:"183423409238904944"
variant_title stringProduct attribute valueExample:"Black / Bracelet / Bracelet""
vendor stringSupplierversion stringProduct versionExample:"1"
location_id stringLocation idExample:"54039222210"
name stringPackage nameExample:"#21057116277667827637773776.1"
order_id stringOrder idExample:"21057116277667827637773776"
shipment_status stringLogistics statusExample:"success"
status stringParcel single statusExample:"success"
tracking_company stringLogistics company nameExample:"Other"
tracking_number stringThird party tracking numberExample:"UG198768340YP"
tracking_numbers arrayThird party logistics single number listExample:["UG198768340YP"]
tracking_url stringLogistics tracking URLExample:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
tracking_urls arrayLogistics tracking url listExample:[""https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345""]
updated_at stringUpdate timeExample:2022-10-21T08:56:20-04:00
API Explorer
Debugger
Was this article helpful to you?