FulfillmentFulfillments

Get Fulfillment

Get a fulfillment by its ID

GET
/shipos/fulfillments/{fulfillment_id}
x-access-token<token>

In: header

Path Parameters

fulfillment_id*string

ID of the fulfillment to find

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/fulfillments/string"
{  "packed_by_user_name": "string",  "packed_by_user_id": "string",  "picked_by_user_name": "string",  "picked_by_user_id": "string",  "has_packshots": true,  "line_item_image_urls": [    "string"  ],  "unique_core_item_count": 0.1,  "total_core_item_quantity": 0.1,  "carton_name": "string",  "carton_id": "string",  "bulk_ship_id": "string",  "picking_session_id": "string",  "package_type": "FULFILLMENT_ORDER",  "shipping_label_label_url": "string",  "shipping_label_tracking_url": "string",  "fulfiller_team_name": "string",  "fulfiller_team_id": "string",  "merchant_team_name": "string",  "merchant_team_id": "string",  "package_id": "string",  "fulfillment_order_id": "string",  "warehouse_name": "string",  "warehouse_id": "string",  "order_id": "string",  "shop_name": "string",  "shop_id": "string",  "shipping_label_id": "string",  "formatted_service": "string",  "tracking_code": "string",  "type": "PICK_PACK",  "shipment_status": "LABEL_PRINTED",  "status": "PENDING",  "name": "string",  "remote_id": "string",  "synced_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "id": "string",  "core_fulfillment_line_items": [    {      "uom_label": "string",      "uom_multiplier_to_eaches": 0,      "uom_profile_id": "string",      "bulk_ship_template_package_line_item_id": "string",      "package_line_item_id": "string",      "core_order_line_item_id": "string",      "core_fulfillment_order_line_item_id": "string",      "updated_at": "2019-08-24T14:15:22Z",      "created_at": "2019-08-24T14:15:22Z",      "expiration_date": "2019-08-24T14:15:22Z",      "lot_code": "string",      "quantity": 0.1,      "image_url": "string",      "sku": "string",      "name": "string",      "product_id": "string",      "fulfillment_id": "string",      "id": "string"    }  ],  "supported_actions": [    {      "action": "VIEW_FULFILLMENT"    }  ]}