# JSON documents

```json
Examples of how to make V2 API calls: https://link.alephcrm.com/5kH82d
 
JSON API V2 ACCOUNTS Examples:
GET standard: https://link.alephcrm.com/qnizxw
GET marketplaces: https://link.alephcrm.com/3oz2Xe 
GET stores:https://link.alephcrm.com/NKw5Dh

JSON API V2 PRODUCT Examples:
POST product: https://link.alephcrm.com/DaFPGF 
GET product: https://link.alephcrm.com/oA27lq
 
JSON API V2 PRODUCTLISTING JSON API V2 Examples:
GET product listings: https://link.alephcrm.com/PyhSvA 
POST product listings: https://link.alephcrm.com/B78iPT
POST productlistings discounts: https://link.alephcrm.com/FZypVZ
 
JSON API V2 GET ORDERS JSON API Examples:
GET standard: https://link.alephcrm.com/6yXojJ
GET with sale of a KIT: https://link.alephcrm.com/bNFjA6 
GET with MELI cart: https://link.alephcrm.com/CxnegT
GET with shipping cost: https://link.alephcrm.com/CjCSp6
GET with registered VAT customer: https://link.alephcrm.com/np2eHs 
GET standardB2B portal: https://link.alephcrm.com/g246j2
 
JSON API V2 GET ORDERS PACK JSON API V2 Examples:
GET standard: https://link.alephcrm.com/egxi8P
  
Examples of JSON API V2 POST of orders (upload orders to AlephCRM):
POST orders(empty without content): https://link.alephcrm.com/0gK6xf
  
XML API V2 GET ORDERS examples:
Standard: https://link.alephcrm.com/dpDCu9
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.alephee.com/v2/introduction/using-the-api/json-documents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
