Skip to content

zahitrios/msastrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astrid

Es un ms para nuestro listado de precios

Installation

npm i
go mod download

Usage

Setear variables dentro de ./products/local.env y correr el siguiente comando

make run

Endpoints

GET - http://{{host}}/campaigns/{id}
POST - http://{{host}}/campaigns/{id}
DELETE - http://{{host}}/campaigns/{id}
GET - http://{{host}}/campaigns
POST - http://{{host}}/campaigns
GET - http://{{host}}/campaigns/{campaignId}/items
GET - http://{{host}}/campaigns/{campaignId}/items/pendding
POST - http://{{host}}/campaigns/{campaignId}/items/bulk-approve
GET - http://{{host}}/price-list
GET - http://{{host}}/price-list/publish
GET - http://{{host}}/price-list/{sku}
POST - http://{{host}}/price-list
POST - http://{{host}}/price-list/publish
GET - http://{{host}}/gaia-groups
GET - http://{{host}}/gaia-groups/publish
GET - http://{{host}}/gaia-groups/{sku}
POST - http://{{host}}/gaia-groups
DELETE - http://{{host}}/gaia-groups
POST - http://{{host}}/gaia-groups/publish
POST - http://{{host}}/gaia-groups/sync
GET - http://{{host}}/merge-price-report
GET - http://{{host}}/consume-pim-products
GET - http://{{host}}/users/role/{email}
GET - http://{{host}}/export/{collection}
GET - http://{{host}}/logs

Deploy

STG

make deploy-stg

PROD

make deploy-prod

About

Go lang ms builded with serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published