SaleListing

SaleListing

SaleListing

Overview

A SaleListing is attached to a Sale (Order) and represents a single line item, with financial information such as price and quantity, as well as a summary of the Listing for the line item. Only the Buyer or Seller of the Sale (Order) can see the Sale, and the attached SaleListings.

Fields

Field
Visibility
Type
Description
id
public
int
The id of the SaleListing.
listing_id
public
int
The Listing id for the SaleListing.
sale_id
public
int
The id of the Sale (Order) the SaleListing is attached to.
price
public
float
The price per quantity of 1 of the SaleListing.
quantity
public
int

listing_name
public
string
The Listing name (title) for the SaleListing.
private_id
public
string
The private id of the Listing for the SaleListing.

Associations

This resource has no associations.

Methods

This resource has no methods.
    • Related Articles

    • Sale

      Sale Overview When a Buyer makes a purchase on Hip eCommerce, whether it is through an auction, offer, or fixed price listing, a Sale (Order) is created. Only the Buyer and Seller of the Sale (Order) will have access to it. Searching Sales As a ...