-
Notifications
You must be signed in to change notification settings - Fork 276
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
Sellersetu (BA: RET10,12,13,14,15,18) - Compliance Check #2607
Comments
The utility was run properly before submitting, we have attached the utility payload and response files as well. It did not raise any of these issues and verified the logs. I've used the keys as mentioned in the examples here. Also, all the issues mentioned for on_search will be shared with the seller app through catalog rejection. |
@Chaitanya-Keyal in the utility payload you have provided "flow":1 ; but it should be a string i.e "flow":"1" |
I see, will recheck this. |
Requesting review here, @Jagannath-wits @sandeepshahi @shivang1131 |
@Jagannath-wits @sandeepshahi @shivang1131 Awaiting review here, |
@sellersetu-hub, please share the link of latest submitted PR. |
@sandeepshahi |
The validation for search are in place as catalog rejection. |
@sellersetu-hub, have you implemented catalog rejection framework? Please share the logs (flow 7 to 9) if they haven't been submitted yet. |
Yes, have implemented, will share |
Sellersetu Buyer App
RET10
Search
on_search
return_window
should not beP0D
even if the item is not returnable, as it also serves as an IGM window.on_search_inc
electronics_attributes
should not be provided.available_count
cannot be 100 (enum values:0
for not in stock,99
for in stock).RET12
Search
on_search_inc
available_count
cannot be 100 (enum values:0
for not in stock,99
for in stock).RET13
Search
on_search
EAN
code should be provided for RET13.item.descriptor.code
values for each domain:EAN
HSN
GTIN
RET14
on_search
RAM
,RAM_unit
,CPU
,GPU
,OS_type
,OS_version
. Theitem.attribute.code
should be in lowercase as defined in the contract. The buyer app should send a Nack for invalid attributes.flows
key in the payload should be a string (e.g.,flows: "1"
).RET15
on_search
prvdr0tags/serviceability
: The serviceability construct is mandatory in/bpp/providers[0]/tags
.bpp/descriptor/accept_bap_terms
:accept_bap_terms
is not required inbpp/descriptor/tags
for now.bpp/descriptor/collect_payment
:collect_payment
is not required inbpp/descriptor/tags
for now.item.descriptor.code
should includeGTIN
as the value.Final Notes @Chaitanya-Keyal
Please ensure the utility is run properly before submitting, as there are issues with the payload structure and flow keys.
The text was updated successfully, but these errors were encountered: