Home

Getting or recovering the printing format of your created orders

Our API provides you with a tool that allows you to obtain a stream of bytes that you can transform in a file that contains the printable label

📘

Request

To carry out the consumption of the service for the creation of the order it is necessary to send a json object of the guide type and it requires the filling of the following fields:

Guide

Field nameTypeMaxlengthRequiredComments
guideNumberString30RequiredIt is the guideNumber assigned to the shipment order

Response

When the consumption is done, the API will return an object with the following features:

👍

Successful response

Guide

The Guide format is a byte array which contains the stream of the data from where you can retrieve the file of the printable label

Field NameTypeMaxlengthComment
formatbyte[]-Byte array which contains the stream of the data
format_fileNameString100Name and extension of the file to recreate

❗️

Failed Response

wsErrors elements

Field NameTypeCommens
idIntegerError id
codeStringError code
typeIntegerSeverity of the error
descriptionStringDescription with more details of the detected error
Language
Click Try It! to start a request and see the response here!