action noosh_get_shipment { label: "Get a specific shipment." description: "Get a specific shipment." provider: noosh method: GET path: "/v1/workgroups/{workgroup_id}/projects/{project_id}/shipments/{shipment_id}" encoding: json input: { type: "object" properties: { project_id: { type: "string" } shipment_id: { type: "string" } workgroup_id: { type: "string" } } required: ["project_id", "shipment_id", "workgroup_id"] additionalProperties: false } output: { description: "Java type: com.noosh.nooshapi.vo.ShipmentExpandVO" properties: { result: { description: "Java type: com.noosh.nooshapi.vo.ShipmentDetailVO" properties: { locations: { type: "array" items: { description: "Java type: com.noosh.nooshapi.vo.ShipmentRequestBaseVO" properties: { city: { type: "string" } company_name: { type: "string" } country: { type: "string" } country_code: { type: "string" } custom_fields: { type: "array" items: { description: "Java type: com.noosh.nooshapi.vo.PropertyPaAndAttVO" properties: { date_value: { type: "string" format: "date" } number_value: { description: "Java type: java.math.BigDecimal" type: "object" } param_id: { type: "integer" format: "int64" } param_name: { type: "string" } property_attribute_id: { type: "integer" format: "int64" } string_value: { type: "string" } } } } description_or_title: { type: "string" } due_date: { type: "string" format: "date" } email: { type: "string" } first_name: { type: "string" } is_use_spec_packaging: { type: "boolean" } last_name: { type: "string" } line_1: { type: "string" } line_2: { type: "string" } line_3: { type: "string" } location_id: { type: "integer" format: "int64" } middle_name: { type: "string" } postal: { type: "string" } proof_type: { type: "string" } qty_received: { type: "integer" format: "int64" } qty_requested: { type: "integer" format: "int64" } qty_shipped: { type: "integer" format: "int64" } received_comments: { type: "string" } received_date: { type: "string" format: "date" } requested_shipping_carrier: { type: "string" } requested_shipping_method: { type: "string" } shipped_comments: { type: "string" } shipped_date: { type: "string" format: "date" } shipped_in_units: { type: "integer" format: "int64" } shipped_in_uofm: { type: "string" } shipped_shipping_carrier: { type: "string" } shipped_shipping_method: { type: "string" } shipping_cost: { type: "object" additionalProperties: true } shipping_instruction: { type: "string" } state: { type: "string" } tax: { type: "object" additionalProperties: true } tracking_number: { type: "string" } type: { type: "string" } weight: { type: "object" additionalProperties: true } weight_uofm: { type: "string" } work_phone_number: { type: "string" } workgroup_name: { type: "string" } } } } locations_count: { type: "integer" format: "int64" } qty_received: { type: "integer" format: "int64" } qty_requested: { type: "integer" format: "int64" } qty_shipped: { type: "integer" format: "int64" } received_date: { type: "string" format: "date" } shipment_id: { type: "integer" format: "int64" } shipment_status: { type: "string" } shipped_date: { type: "string" format: "date" } spec: { description: "Java type: com.noosh.nooshapi.vo.SpecBaseVO" properties: { job_id: { type: "integer" format: "int64" } reference_number: { type: "string" } spec_id: { type: "integer" format: "int64" } spec_name: { type: "string" } } } } } resut: { type: "object" additionalProperties: true } status_code: { type: "integer" format: "int32" } status_reason: { type: "string" } } } }