Skip to content

Store Api - Utility

Swagger: https://sandbox-cn.archiproducts.com/estoreapi/swagger/index.html

Endpoint: Markup value

Markup indicates the profit you would make by selling a product at full price.
The cost of goods is the reciprocal of the markup.

  • Method: POST
  • URL: /estoreapi/api/v1/manager/markup?culture={culture}&apikey={apikey}

Request

Name Description Type Mandatory
page Page number, start by 0 Integer Y
pageSize Page size Integer Y
search Search by manufacturer name String N

Response

Name Description Type
manufacturers ManufacturerMarkupItem Object[]
total Number of items Integer

ManufacturerMarkupItem

Name Description Type
manufacturerId Integer
manufacturerName String
markup Decimal
priceVisibility Enum

Endpoint: Accepted value

Returns the languages, countries and currencies accepted

  • Method: GET
  • URL: /estoreapi/api/v1/globalizationaccepted?culture={culture}&apikey={apikey}