Performance appointment marker onhold
Requires write_assigned_fulfillment_orders access scope.
For more info, refer to:
POST https://{handle}.myshopline.com/admin/openapi/v20260301/fulfillment_orders/:order_id/:fulfillment_order_id/hold.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 .Path Parameters
- fulfillment_order_id string requiredPerformance order idExample:
"4005740193290131085320" - order_id string requiredOrder idExample:
"21057401932826316666967110"
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
fulfillment_holdobject required
Pause shipping reasonreason string requiredPause shipping reasonExample:"out of stock"reason_notes stringPause shipping notesExample:"Not enough inventory to complete this work."
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
fulfillment_orderobject
Order detailsline_itemsobject[]
Product line informationshop_id stringstore IDExample:"1644828244663"variant_id stringProduct skuExample:"18055128824718541486811487"fulfillable_quantity longAvailable in approximately Product quantitiesExample:1fulfillment_order_id stringPerformance order idExample:"4005740193290131085320"id stringPerformance order Product line idExample:"1039283"line_item_id stringProduct row idExample:"518995019"quantity longOrder Product line Product quantityExample:1request_status stringRequest status, including: accepted, cancellation_accepted, cancellation_rejected, cancellation_Requested, closed, rejected, submitted, unsubmittedExample:"submitted"fulfillment_holdsobject[]
Shipping pause informationreason stringDelivery suspension reason , out of stock : out of stock , address error : address_error , high-risk fraud : high_fraudulent_risk , waiting for payment : wait_for_payment ,Other : otherExample:"inventory_out_of_stock"reason_notes stringShipping pause noteExample:"Not enough inventory to complete this work."id stringPerformance order idExample:"4005740193290131085320"order_id stringOrder idExample:"21057401932826316666967110"delivery_method stringExpress order logistics method ,○ STORE_STREET -- super HOME_STREET -- PO_BOX-- self- POST_HOUSE-- self- PICK_UP--Pick up by yourself-seller pick up point ( pick up at store ) ; local delivery by LOCAL_DELIVERY-- ; no shipping required by NONE--Example:"STORE_STREET"fulfill_at stringShipping time ( format see IOS8601 )Example:"2023-11-19T03:43:00-05:00"destinationobject
Consignee informationfirst_name stringConsignee nameExample:"Bob"last_name stringConsignee last nameExample:"Norman"province stringConsignee provinceExample:Kentuckyaddress2 stringConsignee address 2Example:"Chestnut Street 92"phone stringConsignee phone numberExample:"+1(502)-459-2181"city stringConsignee cityExample:"Louisville"zip stringConsignee address zipExample:"40202"address1 stringConsignee address 1Example:"Chestnut Street 92"email stringConsignee mailboxExample:"bob.norman@mail.example.com"company stringConsignee companyExample:"Apple inc"country stringConsignee countryExample:"United States"shop_id stringstore IDExample:"1644828244663"status stringMap order status , including : open , in_progress , cmos ed , cancelled , incomplete , on_hold , scheduledExample:"open"supported_actions arrayOperation supported by the appointment order includes : create_fulfillment -- created delivery , move -- moved to a new location , hold -- suspended delivery , release_hold -- ( after pause ) started deliveryExample:["[\"create_fulfillment\"]"]assigned_locationobject
Location details assignedname stringLocation nameExample:"Apple Api Shipwire"phone stringLocation phone numberExample:"+1(502)-459-3417"zip stringLocation zip codeExample:"40202"address1 stringAddress 1Example:"Chestnut Street 92"city stringCityExample:"Louisville"location_id stringLocation idExample:"5327026538935748524"province stringLocal provinceExample:"Kentucky"address2 stringAddress 2Example:"Chestnut Street 92"country_code stringCountry codeExample:"US"assigned_location_id stringAssigned location idExample:"5327026538935748524"
API Explorer
Debugger
Was this article helpful to you?