Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.29 KB

ShopListingFile.md

File metadata and controls

17 lines (14 loc) · 1.29 KB

ShopListingFile

Properties

Name Type Description Notes
listing_file_id int The unique numeric ID of a file associated with a digital listing. [optional]
listing_id int The numeric ID for the listing associated to this transaction. [optional]
rank int The numeric index of the display order position of this file in the listing, starting at 1. [optional]
filename string The file name string for a file associated with a digital listing. [optional]
filesize string A human-readable format size string for the size of a file. [optional]
size_bytes int A number indicating the size of a file, measured in bytes. [optional]
filetype string A type string indicating a file's MIME type. [optional]
create_timestamp int The unique numeric ID of a file associated with a digital listing. [optional]
created_timestamp int The unique numeric ID of a file associated with a digital listing. [optional]

[Back to Model list] [Back to API list] [Back to README]