@gphone/sdk
Preparing search index...
CreateListingInput
Interface CreateListingInput
What
postListing
takes to create a new marketplace listing.
interface
CreateListingInput
{
attachments
:
{
photo_id
:
number
}
[]
;
description
:
string
;
price
:
number
;
title
:
string
;
}
Index
Properties
attachments
description
price
title
Properties
attachments
attachments
:
{
photo_id
:
number
}
[]
description
description
:
string
price
price
:
number
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attachments
description
price
title
@gphone/sdk
Loading...
What
postListingtakes to create a new marketplace listing.