@@ -56,7 +56,7 @@ createAddress(
5656| ` MobilePhonenumber ` | string (min 4, max 35) | No | Mobile phone number |
5757| ` eMail ` | string (max 80) | No | Email address |
5858
59- ** Returns:** [ ` GLS_ADDRESS ` ] ( types.md #GLS_ADDRESS )
59+ ** Returns:** [ ` GLS_ADDRESS ` ] ( types.mdx #GLS_ADDRESS )
6060
6161---
6262
@@ -83,7 +83,7 @@ createConsignee(
8383| ` AddressSchema ` | GLS_ADDRESS | ** Yes** | The delivery address for this consignee |
8484| ` Category ` | ` "BUSINESS" ` \| ` "PRIVATE" ` | ** Yes** | Whether the consignee is a business or private recipient |
8585
86- ** Returns:** [ ` GLS_CONSIGNEE ` ] ( types.md #GLS_CONSIGNEE )
86+ ** Returns:** [ ` GLS_CONSIGNEE ` ] ( types.mdx #GLS_CONSIGNEE )
8787
8888---
8989
@@ -114,7 +114,7 @@ createShipmentUnit(
114114| ` note2 ` | string (max 50) | No | Additional note printed on the label (line 2) |
115115| ` shipmentUnitService ` | GLS_UNIT_SERVICE | No | Unit-level services (Cash, AddonLiability, HazardousGoods, etc.) |
116116
117- ** Returns:** [ ` GLS_SHIPMENT_UNIT ` ] ( types.md #GLS_SHIPMENT_UNIT )
117+ ** Returns:** [ ` GLS_SHIPMENT_UNIT ` ] ( types.mdx #GLS_SHIPMENT_UNIT-array )
118118
119119---
120120
@@ -140,7 +140,7 @@ createPrintingOptions(returnLabels: RETURN_LABELS): GLS_PRINTING_OPTIONS
140140| ` TemplateSet ` | ` NONE ` , ` D_200 ` , ` PF_4_I ` , ` ZPL_200 ` , ` ZPL_300 ` , ... | Label template set |
141141| ` LabelFormat ` | ` PDF ` , ` ZEBRA ` , ` INTERMEC ` , ` DATAMAX ` , ` TOSHIBA ` , ` PNG ` | Output format |
142142
143- ** Returns:** [ ` GLS_PRINTING_OPTIONS ` ] ( types.md #GLS_PRINTING_OPTIONS )
143+ ** Returns:** [ ` GLS_PRINTING_OPTIONS ` ] ( types.mdx #GLS_PRINTING_OPTIONS )
144144
145145---
146146
@@ -169,7 +169,7 @@ createCustomContent(
169169| ` barcodeType ` | ` "EAN_128" ` \| ` "CODE_39" ` | No | Barcode symbology |
170170| ` barcode ` | string | No | Custom barcode value |
171171
172- ** Returns:** [ ` GLS_CUSTOM_CONTENT ` ] ( types.md #GLS_CUSTOM_CONTENT )
172+ ** Returns:** [ ` GLS_CUSTOM_CONTENT ` ] ( types.mdx #GLS_CUSTOM_CONTENT )
173173
174174---
175175
@@ -536,7 +536,7 @@ validateShipment
536536 └── validationResult.Issues[]
537537```
538538
539- See [ Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA] ( types.md #GLS_VALIDATE_SHIPMENT_REQUEST_DATA ) for the input format.
539+ See [ Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA] ( types.mdx #GLS_VALIDATE_SHIPMENT_REQUEST_DATA ) for the input format.
540540
541541---
542542
0 commit comments