Skip to content

Commit

Permalink
Merge pull request #318 from AdobeDocs/kh_import
Browse files Browse the repository at this point in the history
Add UTF-8 info
  • Loading branch information
keharper authored Apr 8, 2024
2 parents 331deb8 + b37acbd commit 6ca0699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/rest/modules/import/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ The `POST /rest/<store_view_code>/V1/import/csv` and `POST /rest/<store_view_cod
* `customer_finance`
* `stock_sources`

### Source Data Format and Requirements
## Source Data Format and Requirements

Ensure your source data conforms to the sequence and format expected by Commerce. To acquaint yourself with each import entity's requirements, visit the Import page in the Admin, select an entity from the dropdown, and click **Download Sample File**.

The original CSV or JSON data must use UTF-8 encoding before any compression or base64 encoding is applied. This ensures compatibility with Adobe Commerce's internal processing and supports a wide range of international characters and symbols.

### CSV Import

The `import/csv` endpoint expects data in base64 encoded format:
Expand Down

0 comments on commit 6ca0699

Please sign in to comment.