@plentymarkets/shop-api / manufacturerGetters
Variable: manufacturerGetters ​
constmanufacturerGetters:object
Defined in: getters/manufacturerGetters.ts:225
Type Declaration ​
getManufacturerContactUrl ​
getManufacturerContactUrl: (
manufacturer) =>string
Returns the contact page URL of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The contact URL string, or an empty string if not set.
getManufacturerCountry ​
getManufacturerCountry: (
manufacturer) =>ProducingCountry
Returns the producing country of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
The ProducingCountry object, or an empty object cast to ProducingCountry if not set.
getManufacturerEmail ​
getManufacturerEmail: (
manufacturer) =>string
Returns the email address of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The email string, or an empty string if not set.
getManufacturerExternalName ​
getManufacturerExternalName: (
manufacturer) =>string
Returns the external name of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The external name string, or an empty string if not set.
getManufacturerFaxNumber ​
getManufacturerFaxNumber: (
manufacturer) =>string
Returns the fax number of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The fax number string, or an empty string if not set.
getManufacturerHouseNo ​
getManufacturerHouseNo: (
manufacturer) =>string
Returns the house number of the manufacturer's address.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The house number string, or an empty string if not set.
getManufacturerLegalName ​
getManufacturerLegalName: (
manufacturer) =>string
Returns the legal (registered) name of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The legal name string, or an empty string if not set.
getManufacturerLogo ​
getManufacturerLogo: (
manufacturer) =>string
Returns the logo URL of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The logo URL string, or an empty string if not set.
getManufacturerName ​
getManufacturerName: (
manufacturer) =>string
Returns the internal name of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The name string, or an empty string if not set.
getManufacturerNameExternal ​
getManufacturerNameExternal: (
manufacturer) =>string
Returns the alternative external name of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The nameExternal string, or an empty string if not set.
getManufacturerPhoneNumber ​
getManufacturerPhoneNumber: (
manufacturer) =>string
Returns the phone number of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The phone number string, or an empty string if not set.
getManufacturerPostCode ​
getManufacturerPostCode: (
manufacturer) =>string
Returns the postal code of the manufacturer's address.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The postcode string, or an empty string if not set.
getManufacturerResponsibleContactUrl ​
getManufacturerResponsibleContactUrl: (
manufacturer) =>string
Returns the contact URL of the responsible person for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The contact URL string, or an empty string if not set.
getManufacturerResponsibleCountry ​
getManufacturerResponsibleCountry: (
manufacturer) =>ProducingCountry
Returns the country of the responsible person for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
The ProducingCountry object, or an empty object cast to ProducingCountry if not set.
getManufacturerResponsibleEmail ​
getManufacturerResponsibleEmail: (
manufacturer) =>string
Returns the email address of the responsible person for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The email string, or an empty string if not set.
getManufacturerResponsibleHouseNo ​
getManufacturerResponsibleHouseNo: (
manufacturer) =>string
Returns the house number of the responsible person's address for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The house number string, or an empty string if not set.
getManufacturerResponsibleName ​
getManufacturerResponsibleName: (
manufacturer) =>string
Returns the name of the responsible person (EU representative) for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The responsible person's name string, or an empty string if not set.
getManufacturerResponsiblePhoneNo ​
getManufacturerResponsiblePhoneNo: (
manufacturer) =>string
Returns the phone number of the responsible person for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The phone number string, or an empty string if not set.
getManufacturerResponsiblePostCode ​
getManufacturerResponsiblePostCode: (
manufacturer) =>string
Returns the postal code of the responsible person's address for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The postcode string, or an empty string if not set.
getManufacturerResponsibleStreet ​
getManufacturerResponsibleStreet: (
manufacturer) =>string
Returns the street address of the responsible person for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The street string, or an empty string if not set.
getManufacturerResponsibleTown ​
getManufacturerResponsibleTown: (
manufacturer) =>string
Returns the town/city of the responsible person's address for the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The town string, or an empty string if not set.
getManufacturerStreet ​
getManufacturerStreet: (
manufacturer) =>string
Returns the street address of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The street name string, or an empty string if not set.
getManufacturerTown ​
getManufacturerTown: (
manufacturer) =>string
Returns the town/city of the manufacturer's address.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The town string, or an empty string if not set.
getManufacturerUrl ​
getManufacturerUrl: (
manufacturer) =>string
Returns the website URL of the manufacturer.
Parameters ​
manufacturer ​
The manufacturer object.
Returns ​
string
The URL string, or an empty string if not set.