Flogistx APIs

Create Label

POST https://api.flogistx.com/labels

To create a label, you'll need to send an HTTP POST request to https://api.flogistx.com/labels.

Request Body

Name
Type
Description

warehouse_code

string

label_type

string

pdf or zpl

ship_to_address_line2

string

ref_no

string

customer reference number

invoice_no

string

invoice number

po_no

string

purchase order number

external_key

string

You will need to pass your external API key. Using that Flogistx knows who you are.

order_number

string

customer_reference

string

service_code

string

service being requested

ship_from_name

string

ship_from_company_name

string

ship_from_email

string

ship_from_address_line1

string

ship_from_city

string

ship_from_state_province

string

ship_from_postal_code

string

ship_from_country_code

string

ship_from_phone

string

ship_from_mobile

string

ship_to_name

string

ship_to_email

string

ship_to_company_name

string

ship_to_address_line1

string

ship_to_city

string

ship_to_state_province

string

ship_to_postal_code

string

ship_to_country_code

string

ship_to_phone

string

ship_to_mobile

string

weight_value

string

weight_unit

string

dimensions_length

string

dimensions_width

string

dimensions_height

string

dimensions_unit

string

Void label

POST https://api.flogistx.com/void-label

To void a label, you'll need to send an HTTP POST request to https://api.flogistx.com/void-labels with unique label id in the body.

Request Body

Name
Type
Description

external_key

string

You will need to pass your external API key. Using that Flogistx knows who you are.

label_id

string

Unique label id

Last updated

Was this helpful?