Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upload bulk items through APIs #48

Open
Nirmaljit07 opened this issue Sep 9, 2024 · 12 comments
Open

How to upload bulk items through APIs #48

Nirmaljit07 opened this issue Sep 9, 2024 · 12 comments

Comments

@Nirmaljit07
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@Nirmaljit07
Copy link
Author

Issue Description: When using the Arcadier Bulk Create Items API to upload multiple items, the API returns a 200 OK response with a success message indicating that the request was submitted and processed. However, the items do not appear in the Arcadier admin panel.

API Details:

Endpoint: /api/v2/merchants/merchant-id/bulk-create
Method: POST
Content-Type: application/json
Authorization: Bearer <your_access_token>

Expected Behavior: The items submitted via the Bulk Create Items API should be visible in the Arcadier admin panel once the operation is successfully processed.

Actual Behavior:

The API returns a 200 OK response with a success message.
The items do not appear in the Arcadier admin panel.

@Nirmaljit07
Copy link
Author

Could please provide us any update on above issue?

@tashantukin
Copy link
Member

can you share us your payload on this?

@Nirmaljit07
Copy link
Author

Please check payload of request.
Request Body (Raw) :

[
{
"SKU": "SKU1",
"Name": "Orthopedic Pet Calming Bed Soft Warm Cat Dog Nest House Small Large Washable Mat",
"BuyerDescription": "test",
"SellerDescription": null,
"Price": 50.00,
"PriceUnit": "AUD",
"StockLimited": false,
"StockQuantity": "5",
"IsVisibleToCustomer": true,
"CurrencyCode": "AUD",
"Active": true,
"IsAvailable":true,
"Categories": [
{
"ID": "988d5c86-5d97-4eee-afcb-5b92ca587d1f"
}
]
},
{
"SKU": "SKU2",
"Name": "Calming Dog Beds Cat Cave Bed with Hooded Cover, Anti-Anxiety Soft Plush Faux",
"BuyerDescription": "test",
"SellerDescription": null,
"Price": 50.00,
"PriceUnit": "AUD",
"StockLimited": false,
"StockQuantity": "5",
"IsVisibleToCustomer": true,
"CurrencyCode": "AUD",
"Active": true,
"IsAvailable":true,
"Categories": [
{
"ID": "988d5c86-5d97-4eee-afcb-5b92ca587d1f"
}
]
}
]
Response Payload:
Response Body (Raw) :
{
"Code": 200,
"Message": "The request has been submitted for bulk create item operation. 2 item(s) submitted and 0 with errors."
}

@tashantukin
Copy link
Member

tashantukin commented Sep 24, 2024

hi , thanks for the payload, can you please share the request URL and the method you used, assuming it is POST, thanks
share with me the full URL .

@Nirmaljit07
Copy link
Author

@Nirmaljit07
Copy link
Author

Hi,
Any update on the above issue?

@Nirmaljit07
Copy link
Author

Any update?

@Nirmaljit07
Copy link
Author

Could you please provide us any update on the above issue?

@tashantukin
Copy link
Member

hi @Nirmaljit07 we are still investigating from our end about this issue, will get back to you as soon as we have updates. thanks.

@Nirmaljit07
Copy link
Author

we have also added isAvailble parameter in payload too but with that also bulk API not showing items in frontend and backend

@Nirmaljit07
Copy link
Author

Hi team,
Any update on the above issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants