Integrate and interact with Unbxd PIM

Import Products from URL API

The Import Products from URL API lets you import products from a public URL. The URL is a designated public storage service to pull product data to Unbxd PIM. For example, Amazon S3.

Endpoint:

POST /v1/imports

Request Parameters:

Header

Name: Value Required Data Type
content-type: application/json Yes String
Authorization: api_key Yes String


Request Body:

{
    "url": "https://myvirtualpartner.net/platform app/products.zip"
}

Note: It is recommended that the import file is available in a zipped format.

Schema

 

Name Data Type Description
url String Public URL for the products
referenceId String Retrieves import configurations (adapter) from Unbxd PIM

 

Response:

{
    "data": {
        "import_id": "5ce67e921806ce0008e363ee"
    }
}

Schema

Name Data Type Description
import_id String Unique identifier for the product import
Yes No
0 of 0 users found this section helpful
Suggest Edit