Skip to main content

Get Price List

Returns information about a particular price list identified by tenant ID and price list ID. The response includes details such as code, name, currency, and type.

Request Body required
    tenantId required
    id required
Responses

OK


Schema
    id string
    grn string
    code string
    name string
    description string
    isActive boolean
    isDefault boolean
    currency - XXX: XXX = 999; //Changed to 0 because proto3 requires the default to be 0 - ALL: XTS = 963; //Codes specifically reserved for testing purposes

    Possible values: [XXX, ALL, DZD, ARS, AUD, BSD, BHD, BDT, AMD, BBD, BMD, BTN, BOB, BWP, BZD, SBD, BND, MMK, BIF, KHR, CAD, CVE, KYD, LKR, CLP, CNY, COP, KMF, CRC, HRK, CUP, CZK, DKK, DOP, SVC, ETB, ERN, FKP, FJD, DJF, GMD, GIP, GTQ, GNF, GYD, HTG, HNL, HKD, HUF, ISK, INR, IDR, IRR, IQD, ILS, JMD, JPY, KZT, JOD, KES, KPW, KRW, KWD, KGS, LAK, LBP, LSL, LRD, LYD, LTL, MOP, MWK, MYR, MVR, MRO, MUR, MXN, MNT, MDL, MAD, OMR, NAD, NPR, ANG, AWG, VUV, NZD, NIO, NGN, NOK, PKR, PAB, PGK, PYG, PEN, PHP, QAR, RUB, RWF, SHP, STD, SAR, SCR, SLL, SGD, VND, SOS, ZAR, SSP, SZL, SEK, CHF, SYP, THB, TOP, TTD, AED, TND, UGX, MKD, EGP, GBP, TZS, USD, UYU, UZS, WST, YER, TWD, CUC, ZWL, TMT, GHS, VEF, SDG, UYI, RSD, MZN, AZN, RON, CHE, CHW, TRY, XAF, XCD, XOF, XPF, XBA, XBB, XBC, XBD, XAU, XDR, XAG, XPT, XPD, XUA, ZMW, SRD, MGA, COU, AFN, TJS, AOA, BYR, BGN, CDF, BAM, EUR, MXV, UAH, GEL, BOV, PLN, BRL, CLF, XSU, USN]

    Default value: XXX

    Stands for Albania, not all ;-)

    vatIncluded boolean
    deliveredDutyPaid boolean
    segments string[]
    markets string[]
    channels string[]
    createdAt date-time
    updatedAt date-time
    type string

    Possible values: [UNKNOWN, BASE, CATALOG_PROMOTION]

    Default value: UNKNOWN

    isSystem boolean
POST /pricelist.PriceList/GetPriceList

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
https://pricelist.api.gogemini.io
Authorization
Body required
{
"tenantId": "string",
"id": "string"
}
curl / cURL
curl -L -X POST 'https://pricelist.api.gogemini.io/pricelist.PriceList/GetPriceList' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"tenantId": "string",
"id": "string"
}'