add supported endpoints list and update readme

This commit is contained in:
diPhantxm
2023-03-14 00:58:41 +03:00
parent a763342d11
commit 2069a368bf
3 changed files with 183 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ type GetFBOShipmentsListResponse struct {
// Returns a list of shipments for a specified period of time. You can additionally filter the shipments by their status
func (c Client) GetFBOShipmentsList(params *GetFBOShipmentsListParams) (*GetFBOShipmentsListResponse, error) {
url := "/v1/product/import/prices"
url := "/v2/posting/fbo/list"
resp := &GetFBOShipmentsListResponse{}