GET /v1/b2c/document/shipping_label_configurationAuthorization: Bearer <token>| Field | Type | Description |
|---|---|---|
id | integer | Configuration record ID |
rto_visibility | boolean | Whether RTO address is shown on the label |
sharkship_visibility | boolean | Whether Sharkship branding is shown |
logo_visibility | boolean | Whether seller logo is shown |
gst_visibility | boolean | Whether GST details are shown |
client_visibility | boolean | Whether client order ID is shown |
sku_visibility | boolean | Whether SKU is shown |
alter_name | boolean | Whether an alternate seller name is used |
phone_visibility | boolean | Whether customer phone number is shown |
rto_phone_visibility | boolean | Whether seller phone number is shown |
table_visibility | boolean | Whether line items table is shown |
isAmountVisible | boolean | Whether order amount is shown |
newName | string | Alternate seller name |
labelSize | string | Label format: STANDARD, THERMAL, or 4x4 |
curl --location 'https://api.sharkship.in/v1/b2c/document/shipping_label_configuration' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"rto_visibility": true,
"sharkship_visibility": true,
"logo_visibility": true,
"gst_visibility": true,
"client_visibility": true,
"sku_visibility": true,
"alter_name": true,
"phone_visibility": true,
"rto_phone_visibility": true,
"table_visibility": true,
"isAmountVisible": true,
"newName": "string",
"labelSize": "STANDARD"
}