Preparing search index...
The search index is not available
@scaleleap/selling-partner-api-sdk
@scaleleap/selling-partner-api-sdk
ShippingApiModelV2PackageDocument
Interface ShippingApiModelV2PackageDocument
A document related to a package.
Export
PackageDocument
interface
ShippingApiModelV2PackageDocument
{
contents
:
string
;
format
:
"PDF"
|
"ZPL"
|
"PNG"
|
ShippingApiModelV2DocumentFormat
;
type
:
|
"PACKSLIP"
|
"LABEL"
|
"RECEIPT"
|
"CUSTOM_FORM"
|
ShippingApiModelV2DocumentType
;
}
Index
Properties
contents
format
type
Properties
contents
contents
:
string
A Base64 encoded string of the file contents.
Memberof
PackageDocument
format
format
:
"PDF"
|
"ZPL"
|
"PNG"
|
ShippingApiModelV2DocumentFormat
Memberof
PackageDocument
type
type
:
|
"PACKSLIP"
|
"LABEL"
|
"RECEIPT"
|
"CUSTOM_FORM"
|
ShippingApiModelV2DocumentType
Memberof
PackageDocument
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contents
format
type
@scaleleap/selling-partner-api-sdk
Loading...
A document related to a package.
Export
PackageDocument