# ST12 - List items to ship Call FrequencyRecommended usage: Every 15 minutesMaximum usage: Every 5 minutesPaginationThis resource supports seek pagination (see documentation)Sort fieldssort field can have the following values:shippingDate (Default) - Sort by shipping date (asc by default) Endpoint: GET /api/shipments/items_to_ship ## Query parameters: - `order_id` (array) Order id for filtering. This parameter can be supplied multiple times (order_id=OR01-A&order_id=OR02-A...). - `fulfillment_center_code` (array) Fulfillment center code for filtering. This parameter can be supplied multiple times (fulfillment_center_code=ABC&fulfillment_center_code=DEF...). - `shipping_date_from` (string) Filter items that moved to shipping status after the given date. - `shipping_date_to` (string) Filter items that moved to shipping status before the given date. - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `data` (array, required) Page of data - `data.fulfillment` (object) Fulfillment information - `data.fulfillment.center` (object, required) Fulfillment center code - `data.fulfillment.center.code` (string, required) Center code - `data.order_id` (string, required) Order id - `data.references` (object) References - `data.references.order_reference_for_customer` (string) Order reference for customer - `data.references.order_reference_for_seller` (string) Order reference for seller - `data.shipment_lines` (array) Shipment lines - `data.shipment_lines.offer_sku` (string) Offer sku - `data.shipment_lines.order_line_id` (string) Order line id - `data.shipment_lines.package_reference` (string) Package reference - `data.shipment_lines.product_title` (string) Product title - `data.shipment_lines.quantity` (integer, required) Quantity - `data.shipment_lines.package_description` (string) Package Description - `data.shipping_address` (object, required) Customer's shipping address - `data.shipping_address.additional_info` (string) Additional information for the shipping address - `data.shipping_address.city` (string, required) Address city - `data.shipping_address.civility` (string) Civility of the person associated with the address - `data.shipping_address.company` (string) Company of the person associated with the address - `data.shipping_address.company_2` (string) Second company information of the person associated with the address - `data.shipping_address.country` (string, required) Address country - `data.shipping_address.country_iso_code` (string, required) Country ISO 3166-1 code of the address Enum: "AFG", "ALA", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "KHM", "CMR", "CAN", "CPV", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COG", "COD", "COK", "CRI", "CIV", "HRV", "CUB", "CUW", "CYP", "CZE", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MKD", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "REU", "ROU", "RUS", "RWA", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SUR", "SJM", "SWZ", "SWE", "CHE", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "USA", "UMI", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "YEM", "ZMB", "ZWE" - `data.shipping_address.firstname` (string) First name of the person associated with the address - `data.shipping_address.lastname` (string, required) Last name of the person associated with the address - `data.shipping_address.phone` (string) Phone - `data.shipping_address.phone_secondary` (string) Phone secondary - `data.shipping_address.state` (string) Address state - `data.shipping_address.street_1` (string, required) First information line of the address street - `data.shipping_address.street_2` (string) Second information line of the address street - `data.shipping_address.zip_code` (string) Address zip code - `data.shipping_date` (string, required) Shipping date - `data.shipping_deadline` (string) Shipping deadline - `data.shipping_type_code` (string, required) Code of shipping's type - `data.shipping_type_standard_code` (string) Shipping type's standard code - `next_page_token` (string) Token to access the next page. Absent if the current page is the last one. - `previous_page_token` (string) Token to access the previous page. Absent if the current page is the first one.